author | mcimadamore |
Sun, 04 Nov 2012 11:01:49 +0000 | |
changeset 14444 | 2069262b27c5 |
parent 14062 | b7439971a094 |
permissions | -rw-r--r-- |
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
13438
diff
changeset
|
1 |
T7132880.java:23:12: compiler.err.cant.apply.symbol: kindname.method, m1, java.lang.Integer, java.lang.String, kindname.class, Outer.Inner1, (compiler.misc.no.conforming.assignment.exists: (compiler.misc.inconvertible.types: java.lang.String, java.lang.Integer)) |
14444 | 2 |
T7132880.java:33:12: compiler.err.cant.apply.symbols: kindname.method, m1, java.lang.String,{(compiler.misc.inapplicable.method: kindname.method, Outer.Inner2, m1(java.lang.Integer), (compiler.misc.no.conforming.assignment.exists: (compiler.misc.inconvertible.types: java.lang.String, java.lang.Integer))),(compiler.misc.inapplicable.method: kindname.method, Outer.Inner2, m1(java.lang.Double), (compiler.misc.no.conforming.assignment.exists: (compiler.misc.inconvertible.types: java.lang.String, java.lang.Double)))} |
12076
1b7560bd1760
7132880: Resolve should support nested resolution contexts
mcimadamore
parents:
diff
changeset
|
3 |
T7132880.java:43:12: compiler.err.ref.ambiguous: m2, kindname.method, m2(java.lang.Object,int), Outer.Inner3, kindname.method, m2(int,java.lang.Object), Outer.Inner3 |
1b7560bd1760
7132880: Resolve should support nested resolution contexts
mcimadamore
parents:
diff
changeset
|
4 |
3 errors |