Disallow extension properties with backing fields
#KT-1682 Fixed
This commit is contained in:
@@ -11,7 +11,7 @@ fun bar(): Any? {
|
||||
}
|
||||
|
||||
native
|
||||
val Exception.message: String = noImpl
|
||||
val Exception.message: String get() = noImpl
|
||||
|
||||
fun box(): String {
|
||||
val a: String? = null
|
||||
|
||||
Reference in New Issue
Block a user