Disallow extension properties with backing fields
#KT-1682 Fixed
This commit is contained in:
@@ -5,8 +5,8 @@ val PACKAGE = "Kotlin.modules.JS_TESTS.foo"
|
||||
native fun eval(e: String): Any? = noImpl
|
||||
|
||||
class A
|
||||
native val Any.__proto__: String = noImpl
|
||||
native val A.__proto__: String = noImpl
|
||||
native val Any.__proto__: String get() = noImpl
|
||||
native val A.__proto__: String get() = noImpl
|
||||
|
||||
fun box(): String {
|
||||
val a = A()
|
||||
|
||||
Reference in New Issue
Block a user