blob: 48c6f6d592ed24b3fb780c6563780b2e80b43907 [file]
interface Some {
fun foo()
}
class Other {
fun test() {
val a = 1<caret>
}
fun otherTest() {
}
}