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