FIR: fix test data in IDEA multi-module tests

This commit is contained in:
Mikhail Glukhikh
2020-03-02 10:03:02 +03:00
parent 70ee51d88c
commit 1bad380381
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ FILE: jvm.kt
}
public final fun test(): R|kotlin/Unit| {
this@R|/D|.R|FakeOverride</A.foo: R|kotlin/Unit|>|(String())
this@R|/D|.R|FakeOverride</B.foo: R|kotlin/Unit|>|(String())
this@R|/D|.R|/C.bar|(String())
this@R|/D|.R|FakeOverride</A.baz: R|kotlin/String|>|(String())
this@R|/D|.R|FakeOverride</B.baz: R|kotlin/String|>|(String())
}
}