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

16 lines
354 B
Plaintext
Vendored

FILE: User.kt
public final class User : R|Owner| {
public constructor(): R|User| {
super<R|Owner|>()
}
public final fun foo(): R|kotlin/String| {
^foo this@R|/User|.R|/User.text|
}
public final override fun getText(): R|kotlin/String| {
^getText String()
}
}