f8e165dbe4
FIR fake overrides are rendered now more precisely to test this process
14 lines
359 B
Plaintext
Vendored
14 lines
359 B
Plaintext
Vendored
FILE: simpleFakeOverride.kt
|
|
public final class Some {
|
|
public constructor(): super<R|kotlin/Any|>()
|
|
|
|
}
|
|
public final class B : R|A<Some>| {
|
|
public constructor(): super<R|A<Some>|>()
|
|
|
|
public final function test(): R|kotlin/Unit| {
|
|
R|FakeOverride</A.foo: R|ft<T, T>|!>|(<Unresolved name: Some>#())
|
|
}
|
|
|
|
}
|