7 lines
73 B
Kotlin
7 lines
73 B
Kotlin
fun test() {
|
|
class Test() {
|
|
fun <caret>internalFun() {
|
|
|
|
}
|
|
}
|
|
} |