Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/expresssions/syntheticInImplicitBody.fir.txt
T
2022-12-14 21:46:41 +00:00

16 lines
353 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 open override fun getText(): R|kotlin/String| {
^getText String()
}
}