FIR: Update testData for fir multi-module test (rendering+body resolve)
This commit is contained in:
@@ -4,7 +4,7 @@ FILE: Base.kt
|
||||
public open class Second {
|
||||
public constructor(): super<R|kotlin/Any|>()
|
||||
|
||||
public open function foo R|First|.(s: R|kotlin/String|, i: R|kotlin/Int|): R|kotlin/Unit| {
|
||||
public open fun R|First|.foo(s: R|kotlin/String|, i: R|kotlin/Int|): R|kotlin/Unit| {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user