Random-order variable sets are no more in use in CFG #KT-13990 Fixed
(cherry picked from commit fc89385)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b3803d6fe7
commit
68f0953b02
@@ -3213,6 +3213,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("multipleAreNull.kt")
|
||||
public void testMultipleAreNull() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/constructorConsistency/multipleAreNull.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("nobacking.kt")
|
||||
public void testNobacking() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/constructorConsistency/nobacking.kt");
|
||||
|
||||
Reference in New Issue
Block a user