13 lines
177 B
Kotlin
13 lines
177 B
Kotlin
package a
|
|
|
|
// ALLOW_UNRESOLVED
|
|
//NOTE: is is an unsupported case
|
|
class A {
|
|
<selection>fun g() {
|
|
f()
|
|
}</selection>
|
|
|
|
companion object {
|
|
fun f()
|
|
}
|
|
} |