[JS IR BE] Update test data
This commit is contained in:
committed by
Roman Artemev
parent
17d71f1e46
commit
6ac4fd2e5f
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
//KT-10934 compiler throws UninferredParameterTypeConstructor in when block that covers all types
|
||||
|
||||
class Parser<TInput, TValue>(val f: (TInput) -> Result<TInput, TValue>) {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
open class Variable {
|
||||
val lightVar: LightVariable = if (this is LightVariable) this else LightVariable()
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
abstract class C {
|
||||
fun test(x: Int) {
|
||||
if (x == 0) return
|
||||
|
||||
Reference in New Issue
Block a user