KT-2829 Local variables used only in multi-declaration are marked as unused

#KT-2829 fixed
This commit is contained in:
Svetlana Isakova
2012-09-26 15:17:26 +04:00
parent 92ac865c72
commit 67ec48eaa6
3 changed files with 22 additions and 1 deletions
@@ -1336,6 +1336,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForWithExplicitTypes.kt");
}
@TestMetadata("kt2829.kt")
public void testKt2829() throws Exception {
doTest("compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/kt2829.kt");
}
@TestMetadata("RedeclarationInForLoop.kt")
public void testRedeclarationInForLoop() throws Exception {
doTest("compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/RedeclarationInForLoop.kt");