JS: prohibit external functions and accessors with bodies other than noImpl. Prohibit to use anything except noImpl for default parameters initializers in external functions. See KT-13892
This commit is contained in:
@@ -38,7 +38,7 @@ public final class TopLevel {
|
||||
|
||||
public external final class TopLevelNative {
|
||||
public constructor TopLevelNative()
|
||||
public final val x: kotlin.String = "a"
|
||||
public final val x: kotlin.String
|
||||
public external final val y: kotlin.String
|
||||
public final external fun bar(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user