FIR: Update testData for fir multi-module test (rendering+body resolve)
This commit is contained in:
@@ -2,22 +2,22 @@ FILE: jvm.kt
|
||||
<T> public open actual class A {
|
||||
public constructor(): super<R|kotlin/Any|>()
|
||||
|
||||
public open actual function foo(arg: R|T|): R|kotlin/Unit| {
|
||||
public open actual fun foo(arg: R|T|): R|kotlin/Unit| {
|
||||
}
|
||||
|
||||
public open function bar(arg: R|T|): R|T| {
|
||||
return@@@bar <Unresolved name: arg>#
|
||||
public open fun bar(arg: R|T|): R|T| {
|
||||
^bar R|<local>/arg|
|
||||
}
|
||||
|
||||
public open function baz(arg: R|T|): R|T| {
|
||||
return@@@baz <Unresolved name: arg>#
|
||||
public open fun baz(arg: R|T|): R|T| {
|
||||
^baz R|<local>/arg|
|
||||
}
|
||||
|
||||
}
|
||||
public final class D : R|C| {
|
||||
public constructor(): super<R|C|>()
|
||||
|
||||
public final function test(): R|kotlin/Unit| {
|
||||
public final fun test(): R|kotlin/Unit| {
|
||||
R|FakeOverride</A.foo: R|kotlin/Unit|>|(String())
|
||||
R|/C.bar|(String())
|
||||
<Ambiguity: baz, [/C.baz, /A.baz]>#(String())
|
||||
|
||||
Reference in New Issue
Block a user