new overload resolution: testdata

This commit is contained in:
anna
2013-11-06 12:33:10 +01:00
parent 3546317c4d
commit 915fb35af7
4 changed files with 8 additions and 8 deletions

View File

@@ -39,6 +39,6 @@ class MyTest1 {
static void foo(I3 i) {}
static {
foo(Foo::new);
foo<error descr="Cannot resolve method 'foo(<method reference>)'">(Foo::new)</error>;
}
}