blob: f9a9e0b399293eb9343b46df13df5f340d5bbc61 [file] [log] [blame]
// EXTRACTION_TARGET: property with initializer
class A {
val i = 1
fun foo(): Int {
return <selection>1 + 2</selection>
}
}