K2: Add test for obsolete KT-51793
^KT-51793 Fixed
This commit is contained in:
committed by
Space Team
parent
c745ef09d1
commit
69a6339935
+12
@@ -27407,6 +27407,18 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt4321InvokeOnEnum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51793.kt")
|
||||
public void testKt51793() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt51793.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51793Complex.kt")
|
||||
public void testKt51793Complex() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt51793Complex.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt9517.kt")
|
||||
public void testKt9517() throws Exception {
|
||||
|
||||
+12
@@ -27407,6 +27407,18 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt4321InvokeOnEnum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51793.kt")
|
||||
public void testKt51793() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt51793.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51793Complex.kt")
|
||||
public void testKt51793Complex() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt51793Complex.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt9517.kt")
|
||||
public void testKt9517() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user