Files
2017-09-15 18:29:06 +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
expect class Foo {
val <caret>foo: Int
}