JS: add restrictions to external modifier according to KT-13893
This commit is contained in:
@@ -51,13 +51,4 @@ external object O {
|
||||
fun bar(s: String): String = noImpl
|
||||
}
|
||||
|
||||
fun test() {
|
||||
external class Local {
|
||||
val baz: Int
|
||||
val boo: Int = noImpl
|
||||
|
||||
fun foo()
|
||||
fun bar() {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user