Fixed test data to use only annotation syntax with @
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
annotation class native
|
||||
|
||||
native fun withNativeAnnotation() {
|
||||
@native fun withNativeAnnotation() {
|
||||
|
||||
}
|
||||
|
||||
native class WithNativeAnnotation
|
||||
@native class WithNativeAnnotation
|
||||
|
||||
@@ -5,7 +5,7 @@ package entryPoint
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
object EntryPoint {
|
||||
platformStatic public fun main(args: Array<String>) {
|
||||
@platformStatic public fun main(args: Array<String>) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user