FIR: Update testData for fir multi-module test (rendering+body resolve)

This commit is contained in:
Simon Ogorodnik
2019-03-21 18:52:32 +03:00
parent 85a096029c
commit b617c40051
26 changed files with 71 additions and 71 deletions
@@ -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| {
}
}