JS: prohibit non-abstract members of external interfaces, except for nullable properties. See KT-15308
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ external interface T {
|
||||
@nativeGetter
|
||||
fun foo(d: Double): String?
|
||||
@nativeGetter
|
||||
fun bar(d: Double): String? = noImpl
|
||||
fun bar(d: Double): String?
|
||||
}
|
||||
Reference in New Issue
Block a user