Refactored ConvertMemberToExtension to re-use original declaration instead of regenerating it by text
#KT-4920 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Foo
|
||||
{
|
||||
/**
|
||||
* Doc
|
||||
*/
|
||||
public val <caret>count: Int
|
||||
get() = 1
|
||||
}
|
||||
Reference in New Issue
Block a user