blob: 31a6d7e1e8bf7e3d311795ef2014f143bde957b5 [file] [log] [blame]
// "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
}