Replace native with @native in js testData
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package foo
|
||||
|
||||
native trait Summizer {
|
||||
@native trait Summizer {
|
||||
fun sum(a: Int, b: Int): Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user