18 lines
331 B
Kotlin
Vendored
18 lines
331 B
Kotlin
Vendored
// MODULE: context
|
|
|
|
// FILE: context.kt
|
|
fun test() {
|
|
<caret_context>call("foo")
|
|
}
|
|
|
|
fun call(text: String) {}
|
|
|
|
|
|
// MODULE: main
|
|
// MODULE_KIND: CodeFragment
|
|
// CONTEXT_MODULE: context
|
|
|
|
// FILE: fragment.kt
|
|
// CODE_FRAGMENT_KIND: EXPRESSION
|
|
// CODE_FRAGMENT_FOREIGN_VALUE: foo_DebugLabel(Ljava/lang/String;)
|
|
<caret>foo_DebugLabel |