Move: Convert implicit receiver to this when moving class member to companion object

#KT-11483 Fixed
This commit is contained in:
Alexey Sedunov
2016-04-25 12:30:35 +03:00
parent 6faedc1adc
commit aaa873f227
6 changed files with 54 additions and 14 deletions
@@ -57,6 +57,7 @@ class ShortenReferences(val options: (KtElement) -> Options = { Options.DEFAULT
) {
companion object {
val DEFAULT = Options()
val ALL_ENABLED = Options(true, true)
}
}