JS: prohibit native (external) extension properties and functions. See KT-13896
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
external fun foo(a: String): Int = noImpl
|
||||
|
||||
external fun Int.foo(a: String): Int = noImpl
|
||||
|
||||
external class Bar(b: Int, c: Char) {
|
||||
fun baz(d: Int) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user