FE 1.0: implement typed this label resolve warning for KT-51433
#KT-51433 Fixed
This commit is contained in:
+6
@@ -33575,6 +33575,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/labelClashes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labelClashesWithContextReceivers.kt")
|
||||
public void testLabelClashesWithContextReceivers() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/labelClashesWithContextReceivers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outstar.kt")
|
||||
public void testOutstar() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user