Fixed test data to use only annotation syntax with @
This commit is contained in:
@@ -8,7 +8,7 @@ class Foo {
|
||||
fun f() {
|
||||
}
|
||||
|
||||
platformStatic fun s() {
|
||||
@platformStatic fun s() {
|
||||
}
|
||||
|
||||
val CONST = 42
|
||||
|
||||
@@ -2,7 +2,7 @@ package client
|
||||
|
||||
import server.X
|
||||
|
||||
X("")
|
||||
@X("")
|
||||
class Client {
|
||||
|
||||
}
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
Annotation (5: 1) X("")
|
||||
Annotation (5: 2) @X("")
|
||||
Usage in import (3: 15) import server.X
|
||||
|
||||
Reference in New Issue
Block a user