Rewrite slice error removed for LEAKING_THIS #KT-13371 Fixed
Also EA-86478 fixed (cherry picked from commit 5ac3126)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
13e64c18d9
commit
729de536de
@@ -3212,6 +3212,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/constructorConsistency/propertyAccess.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("twoSecondaryConstructors.kt")
|
||||
public void testTwoSecondaryConstructors() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/constructorConsistency/twoSecondaryConstructors.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/controlFlowAnalysis")
|
||||
|
||||
Reference in New Issue
Block a user