Replace @native with external in tests
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
data class A(val number: Int)
|
||||
|
||||
@native fun foo(first: A, second: A): Boolean
|
||||
external fun foo(first: A, second: A): Boolean
|
||||
|
||||
@native class B(value: Int)
|
||||
external class B(value: Int)
|
||||
|
||||
fun box(): String {
|
||||
val a = A(23)
|
||||
|
||||
Reference in New Issue
Block a user