10 lines
117 B
Kotlin
Vendored
10 lines
117 B
Kotlin
Vendored
// NAV_BAR_ITEMS: src, topLevelFunction.kt, foo()
|
|
|
|
fun foo() {
|
|
val bar = <caret>"string"
|
|
}
|
|
|
|
class SomeClass {
|
|
|
|
}
|