[FIR] Ensure NO_COMPANION_OBJECT is reported for typealiases
^KT-55733 Fixed ^KT-55186 Fixed
This commit is contained in:
committed by
Space Team
parent
609f417a13
commit
0e1350f464
+6
@@ -501,6 +501,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/kt54587_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55733.kt")
|
||||
public void testKt55733() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt55733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LValueAssignment.kt")
|
||||
public void testLValueAssignment() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user