Pseudocode: Track PSI elements which correspond to jump instructions

This commit is contained in:
Alexey Sedunov
2014-04-07 17:41:55 +04:00
parent 103165d674
commit 3952a121fb
15 changed files with 135 additions and 119 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ class C {
@a {
<error>break@f</error>
break
break@b
<warning>break@b</warning>
<error>break@a</error>
})
@@ -15,7 +15,7 @@ class C {
@a {
<error>continue@f</error>
continue
continue@b
<warning>continue@b</warning>
<error>continue@a</error>
})