Replace @native with external in tests
This commit is contained in:
@@ -14,7 +14,7 @@ class B : A() {
|
||||
}
|
||||
}
|
||||
|
||||
@native fun bar(a: A)
|
||||
external fun bar(a: A)
|
||||
|
||||
fun box(): String {
|
||||
bar(A())
|
||||
|
||||
Reference in New Issue
Block a user