Minor: update testData

In BridgeTest::testFakeOverrideMisleadingImplementation,
order of generated bridges has changed slightly
(but the overall set of generated bridges remains the same).
This commit is contained in:
Dmitry Petrov
2020-04-03 18:31:27 +03:00
parent 7938a992dd
commit a422a12407
4 changed files with 4 additions and 1 deletions
@@ -1,5 +1,6 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
inline class FieldValue(val value: String)
@@ -1,4 +1,5 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
inline class NumberInlineClass(val value: Double)
@@ -1,4 +1,5 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
inline class NumberInlineClass(val value: Double)