test/langtools/tools/javac/generics/diamond/7188968/T7188968.out
author phh
Sat, 30 Nov 2019 14:33:05 -0800
changeset 59330 5b96c12f909d
parent 47216 71c04702a3d5
permissions -rw-r--r--
8234541: C1 emits an empty message when it inlines successfully Summary: Use "inline" as the message when successfull Reviewed-by: thartmann, mdoerr Contributed-by: navy.xliu@gmail.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14051
9097cec96212 7188968: New instance creation expression using diamond is checked twice
mcimadamore
parents:
diff changeset
     1
T7188968.java:20:20: compiler.err.cant.resolve.location: kindname.variable, unknown, , , (compiler.misc.location: kindname.class, T7188968, null)
9097cec96212 7188968: New instance creation expression using diamond is checked twice
mcimadamore
parents:
diff changeset
     2
T7188968.java:21:20: compiler.err.cant.resolve.location: kindname.variable, unknown, , , (compiler.misc.location: kindname.class, T7188968, null)
9097cec96212 7188968: New instance creation expression using diamond is checked twice
mcimadamore
parents:
diff changeset
     3
T7188968.java:21:29: compiler.warn.unchecked.call.mbr.of.raw.type: T7188968.Foo(java.util.List<X>,java.lang.Object), T7188968.Foo
9097cec96212 7188968: New instance creation expression using diamond is checked twice
mcimadamore
parents:
diff changeset
     4
T7188968.java:22:22: compiler.err.cant.resolve.location: kindname.variable, unknown, , , (compiler.misc.location: kindname.class, T7188968, null)
9097cec96212 7188968: New instance creation expression using diamond is checked twice
mcimadamore
parents:
diff changeset
     5
T7188968.java:23:24: compiler.err.cant.resolve.location: kindname.variable, unknown, , , (compiler.misc.location: kindname.class, T7188968, null)
9097cec96212 7188968: New instance creation expression using diamond is checked twice
mcimadamore
parents:
diff changeset
     6
4 errors
9097cec96212 7188968: New instance creation expression using diamond is checked twice
mcimadamore
parents:
diff changeset
     7
1 warning