6 lines
78 B
Plaintext
Vendored
6 lines
78 B
Plaintext
Vendored
import dependency.myExtFun
|
|
|
|
fun foo() {
|
|
val v = String::myExtFun<caret>
|
|
}
|