Refactored ConvertMemberToExtension to re-use original declaration instead of regenerating it by text
#KT-4920 Fixed
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
class Owner {
|
||||
}
|
||||
|
||||
fun Owner.f(): Unit {
|
||||
}
|
||||
fun Owner.f(): Unit {}
|
||||
Reference in New Issue
Block a user