test/langtools/tools/javac/lambda/BadMethodCall2.out
author mcimadamore
Thu, 05 Oct 2017 18:29:47 +0100
changeset 47316 1129253d3bc7
parent 47216 71c04702a3d5
permissions -rw-r--r--
8172443: Change use of tree.pos to line:col in rawDiagnostics Summary: Generate more stable raw diagnostic position for functional expression AST diag arguments Reviewed-by: jjg, vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47316
1129253d3bc7 8172443: Change use of tree.pos to line:col in rawDiagnostics
mcimadamore
parents: 47216
diff changeset
     1
BadMethodCall2.java:9:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @26, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object)
1129253d3bc7 8172443: Change use of tree.pos to line:col in rawDiagnostics
mcimadamore
parents: 47216
diff changeset
     2
BadMethodCall2.java:10:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @26, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object)
1129253d3bc7 8172443: Change use of tree.pos to line:col in rawDiagnostics
mcimadamore
parents: 47216
diff changeset
     3
BadMethodCall2.java:11:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @31, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object)
14953
89a34297b198 8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method
mcimadamore
parents:
diff changeset
     4
3 errors