K2: add test confirming successful work of KT-56261
This commit is contained in:
committed by
Space Team
parent
314784f435
commit
2405f28e64
+6
@@ -2866,6 +2866,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/extendedCheckers/unused/localVariable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localVariableInSecondaryConstructor.kt")
|
||||
public void testLocalVariableInSecondaryConstructor() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/extendedCheckers/unused/localVariableInSecondaryConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("manyLocalVariables.kt")
|
||||
public void testManyLocalVariables() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user