Refactored ConvertMemberToExtension to re-use original declaration instead of regenerating it by text
#KT-4920 Fixed
This commit is contained in:
+1
-2
@@ -4,5 +4,4 @@ class Owner {
|
||||
|
||||
var Owner.p: Int
|
||||
get() = <caret><selection>throw UnsupportedOperationException()</selection>
|
||||
set(v) {
|
||||
}
|
||||
set(v) {}
|
||||
|
||||
Reference in New Issue
Block a user