Add tests for obsolete issues
#KT-28001 Obsolete #KT-30236 Obsolete
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user