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