mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
9 lines
231 B
Kotlin
Vendored
9 lines
231 B
Kotlin
Vendored
// "Convert member to extension" "false"
|
|
// ACTION: Convert property to function
|
|
// ACTION: Introduce backing property
|
|
// ACTION: Move to companion object
|
|
// ACTION: Move to constructor
|
|
|
|
header class Foo {
|
|
val <caret>foo: Int
|
|
} |