7 lines
104 B
Kotlin
Vendored
7 lines
104 B
Kotlin
Vendored
package a
|
|
|
|
class Goo {
|
|
fun x() {
|
|
<selection>_root_ide_package_.a.b.foo()</selection>
|
|
}
|
|
} |