blob: 7b54067f1ee048d5673f4b91c31d12e7f024b081 [file] [log] [blame]
// TARGET:
class A(a: Int) {
fun foo() = <selection>1 + 2</selection>
}
fun test() {
A(1)
}