Move: Convert implicit receiver to this when moving class member to companion object
#KT-11483 Fixed
This commit is contained in:
@@ -57,6 +57,7 @@ class ShortenReferences(val options: (KtElement) -> Options = { Options.DEFAULT
|
||||
) {
|
||||
companion object {
|
||||
val DEFAULT = Options()
|
||||
val ALL_ENABLED = Options(true, true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user