JetPsiCheckerTest and its testdata moved back to plugin tests
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
class C {
|
||||
|
||||
fun f (a : Boolean, b : Boolean) {
|
||||
@b (while (true)
|
||||
@a {
|
||||
<error>break@f</error>
|
||||
break
|
||||
break@b
|
||||
<error>break@a</error>
|
||||
})
|
||||
|
||||
<error>continue</error>
|
||||
|
||||
@b (while (true)
|
||||
@a {
|
||||
<error>continue@f</error>
|
||||
continue
|
||||
continue@b
|
||||
<error>continue@a</error>
|
||||
})
|
||||
|
||||
<error>break</error>
|
||||
|
||||
<error>continue@f</error>
|
||||
<error>break@f</error>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user