KT-3182 Prohibit val/var keywords at for-loop counter.

#KT-3182 fixed
This commit is contained in:
Evgeny Gerashchenko
2013-02-12 02:19:20 +04:00
parent 882c2cb28d
commit 808dbd160c
5 changed files with 26 additions and 0 deletions
@@ -1045,6 +1045,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/controlStructures/tryReturnType.kt");
}
@TestMetadata("valVarLoopParameter.kt")
public void testValVarLoopParameter() throws Exception {
doTest("compiler/testData/diagnostics/tests/controlStructures/valVarLoopParameter.kt");
}
@TestMetadata("when.kt234.kt973.kt")
public void testWhen_kt234_kt973() throws Exception {
doTest("compiler/testData/diagnostics/tests/controlStructures/when.kt234.kt973.kt");