Files
2017-08-15 19:08:27 +03:00

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
}