JS: add restrictions to external modifier according to KT-13893
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package foo
|
||||
|
||||
external class A(val c: Int) {
|
||||
external companion object {
|
||||
val g: Int = noImpl
|
||||
companion object {
|
||||
val g: Int
|
||||
val c: String = noImpl
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user