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