overload resolution: testdata for java 8 bug

This commit is contained in:
Anna.Kozlova
2016-03-21 19:35:58 +01:00
parent 1024c16247
commit a3aca75748
2 changed files with 18 additions and 0 deletions
@@ -216,6 +216,11 @@ public class OverloadResolutionTest extends LightDaemonAnalyzerTestCase {
doTest();
}
//java 8 error
public void testNotPotentiallyCompatibleMethodReference() throws Exception {
doTest();
}
private void doTest() {
doTest(true);
}