[FIR] KT-56665: Filter-out valid cycles
^KT-56665 Fixed Merge-request: KT-MR-8861 Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
c60fd38e05
commit
3c36a4fabd
+6
@@ -489,6 +489,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/kt55733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56665.kt")
|
||||
public void testKt56665() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt56665.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LValueAssignment.kt")
|
||||
public void testLValueAssignment() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user