K2: reproduce KT-59748
This commit is contained in:
committed by
Space Team
parent
a428ab6ed6
commit
1832413a02
+6
@@ -36627,6 +36627,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/labelClashesWithContextReceivers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("listAssignmentInWhen.kt")
|
||||
public void testListAssignmentInWhen() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/listAssignmentInWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outstar.kt")
|
||||
public void testOutstar() throws Exception {
|
||||
|
||||
+6
@@ -36627,6 +36627,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/labelClashesWithContextReceivers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("listAssignmentInWhen.kt")
|
||||
public void testListAssignmentInWhen() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/listAssignmentInWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outstar.kt")
|
||||
public void testOutstar() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user