[FIR] KT-55503: Fix current behavior
This commit is contained in:
committed by
Space Team
parent
8b286577c7
commit
906b16b41e
+12
@@ -35473,6 +35473,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/kt54410.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55503.kt")
|
||||
public void testKt55503() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/kt55503.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55503_2.kt")
|
||||
public void testKt55503_2() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/kt55503_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55747.kt")
|
||||
public void testKt55747() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user