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