Disallow extension properties with backing fields
#KT-1682 Fixed
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
package foo
|
||||
|
||||
native val Exception.message: String = noImpl
|
||||
native val Exception.message: String get() = noImpl
|
||||
|
||||
public fun <T : Throwable> failsWith(block: () -> Any): T {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user