Add tests for obsolete issues

#KT-28001 Obsolete
 #KT-30236 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2019-08-19 02:25:53 +03:00
parent 89140be71d
commit 7472c789c6
7 changed files with 171 additions and 0 deletions
@@ -2508,6 +2508,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/multipleOutersAndMultipleCallableReferences.kt");
}
@TestMetadata("noAmbiguityBetweenTopLevelAndMemberProperty.kt")
public void testNoAmbiguityBetweenTopLevelAndMemberProperty() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/noAmbiguityBetweenTopLevelAndMemberProperty.kt");
}
@TestMetadata("noFakeDescriptorForObject.kt")
public void testNoFakeDescriptorForObject() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/noFakeDescriptorForObject.kt");
@@ -17072,6 +17077,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/regressions/kt2768.kt");
}
@TestMetadata("kt28001.kt")
public void testKt28001() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt28001.kt");
}
@TestMetadata("kt282.kt")
public void testKt282() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt282.kt");