blob: 600a14b317261347ced1f00442e2ccd6e397326c [file] [log] [blame]
class Test {
companion object {
fun <caret>testing() {
}
}
}