Add AdditionalBuiltInsMembers language feature and relevant checks

This commit is contained in:
Denis Zharkov
2016-06-09 14:19:51 +03:00
parent 072abe89cd
commit 92bd6880da
7 changed files with 114 additions and 5 deletions
@@ -156,5 +156,11 @@ public class DiagnosticsWithJava8TestGenerated extends AbstractDiagnosticsWithFu
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJava8/targetedBuiltIns/stream.kt");
doTest(fileName);
}
@TestMetadata("unsupportedFeature.kt")
public void testUnsupportedFeature() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJava8/targetedBuiltIns/unsupportedFeature.kt");
doTest(fileName);
}
}
}