[IDEA-TESTS] Specify language version in feature-dependent tests

Some quickfixes are relying on diagnostics, that won't be reported
with new language features enabled.
`MixedNamedArgumentsInTheirOwnPosition`
`AllowBreakAndContinueInsideWhen`
This commit is contained in:
Pavel Kirpichenkov
2020-02-13 19:04:52 +03:00
parent 85d7a0f6b1
commit fda8d7de8b
29 changed files with 46 additions and 4 deletions
@@ -1,4 +1,6 @@
// "Add label to loop" "true"
// LANGUAGE_VERSION: 1.3
fun breakContinueInWhen(i: Int) {
loop@ for (x in 0..10) {
for (y in 0..10) {