[FIR] KT-54587: Report the missing diagnostics
^KT-54587 Fixed Merge-request: KT-MR-7791 Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
3f95b7e031
commit
a454d42e65
+12
@@ -453,6 +453,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/kt53988.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54587_1.kt")
|
||||
public void testKt54587_1() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt54587_1.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54587_2.kt")
|
||||
public void testKt54587_2() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt54587_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LValueAssignment.kt")
|
||||
public void testLValueAssignment() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user