mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Fixed test data to use only annotation syntax with @
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Create annotation 'foo'" "true"
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
J.foo(1, "2") fun test() {
|
||||
@J.foo(1, "2") fun test() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user