[FIR] KT-57214: Check the annotations "if possible"
^KT-57214 Fixed Merge-request: KT-MR-9170 Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
854506fa9e
commit
c105e63bbb
+6
@@ -555,6 +555,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/kt57175.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57214.kt")
|
||||
public void testKt57214() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt57214.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LValueAssignment.kt")
|
||||
public void testLValueAssignment() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user