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:
@@ -0,0 +1,4 @@
|
||||
class Owner {
|
||||
var <caret>p: Int
|
||||
set(v) {}
|
||||
}
|
||||
Reference in New Issue
Block a user