blob: 9458f2519149c031adc84db3e2f6d7799415b710 [file] [log] [blame]
class A(a: Int) {
val x = <selection>1 + 2</selection>
}
fun test() {
A(1)
}