Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/kt54775.fir.txt
T
2023-01-26 14:12:48 +00:00

16 lines
554 B
Plaintext
Vendored

FILE: kt54775.kt
public final fun <T> bar(): R|T| {
^bar (Null(null) as R|T|)
}
public final class X : <ERROR TYPE REF: Symbol not found for B> {
public constructor(): R|X| {
super<R|kotlin/Any|>()
}
private final field $$delegate_0: <ERROR TYPE REF: Symbol not found for B> = ERROR_EXPR(Should have delegate)
public final val prop: <ERROR TYPE REF: Should have initializer> = ERROR_EXPR(Should have initializer)
public get(): <ERROR TYPE REF: Should have initializer>
}