JS: add test to prove that #KT-5051 is no more reproducible

This commit is contained in:
Alexey Andreev
2016-10-11 12:09:40 +03:00
parent 6d230aad35
commit f22a507e39
3 changed files with 35 additions and 0 deletions
@@ -415,6 +415,12 @@ public class DiagnosticsTestWithJsStdLibGenerated extends AbstractDiagnosticsTes
doTest(fileName);
}
@TestMetadata("propertyAndMethodInImplementor.kt")
public void testPropertyAndMethodInImplementor() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJsStdLib/name/propertyAndMethodInImplementor.kt");
doTest(fileName);
}
@TestMetadata("propertyAndMethodInSubclass.kt")
public void testPropertyAndMethodInSubclass() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJsStdLib/name/propertyAndMethodInSubclass.kt");