Fixed test data to use only annotation syntax with @
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
package q
|
||||
|
||||
native
|
||||
@native
|
||||
class Foo {
|
||||
// RUN:
|
||||
fun foo(s: Array<String>) = noImpl
|
||||
@@ -8,7 +8,7 @@ class Foo {
|
||||
|
||||
|
||||
// RUN:
|
||||
native
|
||||
@native
|
||||
fun main(s: Array<String>) {
|
||||
println("Top-level")
|
||||
}
|
||||
Reference in New Issue
Block a user