12 lines
115 B
Kotlin
Vendored
12 lines
115 B
Kotlin
Vendored
package foo
|
|
|
|
class Foo {
|
|
fun test() {
|
|
<expr>myRun()</expr>
|
|
}
|
|
}
|
|
|
|
fun myRun() {}
|
|
|
|
fun Any.myRun() {}
|