FIR: fix test data in IDEA multi-module tests
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ FILE: simpleFakeOverride.kt
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final fun test(): R|kotlin/Unit| {
|
public final fun test(): R|kotlin/Unit| {
|
||||||
this@R|/B|.R|FakeOverride</A.foo: R|ft<Some, Some?>!|>|(R|/Some.Some|())
|
this@R|/B|.R|FakeOverride</B.foo: R|ft<Some, Some?>!|>|(R|/Some.Some|())
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ FILE: jvm.kt
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final fun test(): R|kotlin/Unit| {
|
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|/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())
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user