test/tools/javac/lambda/VoidCompatibility.out

Thu, 17 Jan 2013 18:15:20 +0000

author
mcimadamore
date
Thu, 17 Jan 2013 18:15:20 +0000
changeset 1503
2d2b2be57c78
parent 1433
4f9853659bf1
permissions
-rw-r--r--

8005852: Treatment of '_' as identifier
Summary: warn when '_' is found in an identifier position
Reviewed-by: jjg

     1 VoidCompatibility.java:17:9: compiler.err.ref.ambiguous: schedule, kindname.method, schedule(VoidCompatibility.Runnable), VoidCompatibility, kindname.method, schedule(VoidCompatibility.Thunk<?>), VoidCompatibility
     2 VoidCompatibility.java:23:9: compiler.err.ref.ambiguous: schedule, kindname.method, schedule(VoidCompatibility.Runnable), VoidCompatibility, kindname.method, schedule(VoidCompatibility.Thunk<?>), VoidCompatibility
     3 2 errors

mercurial