583584be7e
^KT-54775 Fixed
16 lines
554 B
Plaintext
Vendored
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>
|
|
|
|
}
|