Fixed test data to use only annotation syntax with @
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ fun run(block: () -> Unit) = block()
|
||||
|
||||
annotation class ann
|
||||
|
||||
notLabelAnnotation class A {
|
||||
@notLabelAnnotation class A {
|
||||
fun foo() {
|
||||
loop@
|
||||
for (i in 1..100) {
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ fun run(block: () -> Unit) = block()
|
||||
|
||||
annotation class ann
|
||||
|
||||
notLabelAnnotation class A {
|
||||
@notLabelAnnotation class A {
|
||||
fun foo() {
|
||||
@loop<caret>
|
||||
for (i in 1..100) {
|
||||
|
||||
Reference in New Issue
Block a user