8 lines
91 B
Plaintext
Vendored
8 lines
91 B
Plaintext
Vendored
package ppp
|
|
|
|
fun foo(p: String): String {
|
|
val s = "${foo(<caret>)}"
|
|
}
|
|
|
|
// ELEMENT: foo
|