f5e2cd2ac4
This fixes MPP override test (see mppFakeOverride in FirMultiModuleResolveTestGenerated)
19 lines
391 B
Plaintext
Vendored
19 lines
391 B
Plaintext
Vendored
FILE: B.kt
|
|
public final class B : R|A| {
|
|
public constructor(): super<R|A|>()
|
|
|
|
public final override function foo(): R|B| {
|
|
return@@@foo this#
|
|
}
|
|
|
|
public final function bar(): R|B| {
|
|
return@@@bar this#
|
|
}
|
|
|
|
public final function test(): R|kotlin/Unit| {
|
|
R|/B.foo|()
|
|
R|/B.bar|()
|
|
}
|
|
|
|
}
|