blob: 598c958c9950117b12feacdcd23e9529a12c8454 [file] [log] [blame]
class Xyzzy {
}
class Xyzzy2 {
}
fun foo() {
val x = Xy<caret>
}