blob: 65f33f94716f2c5e36f8f4f3582b1e6db5135326 [file] [log] [blame]
fun test() {
class Test() {
fun <caret>internalFun() {
}
}
}