Supported converting member properties to extensions
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class Owner {
|
||||
}
|
||||
|
||||
val Owner.p: Int
|
||||
get() {
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user