test/tools/javac/4846262/Test.java

Mon, 24 Oct 2011 13:00:30 +0100

author
mcimadamore
date
Mon, 24 Oct 2011 13:00:30 +0100
changeset 1114
05814303a056
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

7098660: Write better overload resolution/inference tests
Summary: Add overload/inference debug diagnostics - added test harness using annotations to check outcome of overload resolution/inference
Reviewed-by: jjg

     1 /* /nodynamiccopyright/ */
     2 public class Test {
     3     public void test() {
     4         abcdefg
     5     }
     6 }

mercurial