Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/expresssions/objects.txt
T
2020-03-19 09:51:01 +03:00

18 lines
359 B
Plaintext
Vendored

FILE: objects.kt
public final object A : R|kotlin/Any| {
private constructor(): R|A| {
super<R|kotlin/Any|>()
}
public final fun foo(): R|A| {
^foo this@R|/A|
}
}
public final fun use(): R|A| {
^use Q|A|
}
public final fun bar(): R|A| {
^bar Q|A|.R|/A.foo|()
}