11 lines
111 B
Kotlin
Vendored
11 lines
111 B
Kotlin
Vendored
/**
|
|
* This is the same as [C.<caret>bar]
|
|
*/
|
|
fun foo() {}
|
|
|
|
class C {
|
|
fun bar() {}
|
|
}
|
|
|
|
// REF: (in C).bar()
|