blob: 5986d9e0ce86d56652e9a98909540b3a0495b109 [file] [log] [blame]
class A(a: Int) {
init {
val t = <selection>1 + 2</selection>
}
}
fun test() {
A(1)
}