Update test data after introducing IntrinsicConstEvaluation annotation
This commit is contained in:
+4
-4
@@ -5,20 +5,20 @@ FILE: main.kt
|
||||
}
|
||||
)
|
||||
Q|JavaClass|.R|/JavaClass.foo2|(<L> = foo2@fun <anonymous>(it: R|ft<kotlin/Int, kotlin/Int?>|): R|ft<kotlin/String, kotlin/String?>| <inline=NoInline> {
|
||||
^ R|<local>/it|.R|kotlin/Int.plus|(Int(2)).R|kotlin/Any.toString|()
|
||||
^ R|<local>/it|.R|kotlin/Int.plus|(Int(2)).R|kotlin/Int.toString|()
|
||||
}
|
||||
)
|
||||
Q|JavaClass|.R|/JavaClass.foo2|(foo2@fun <anonymous>(it: R|ft<kotlin/Int, kotlin/Int?>|): R|ft<kotlin/String, kotlin/String?>| <inline=NoInline> {
|
||||
^ R|<local>/it|.R|kotlin/Int.plus|(Int(3)).R|kotlin/Any.toString|()
|
||||
^ R|<local>/it|.R|kotlin/Int.plus|(Int(3)).R|kotlin/Int.toString|()
|
||||
}
|
||||
)
|
||||
lval y: R|(kotlin/Int) -> kotlin/String| = fun <anonymous>(x: R|kotlin/Int|): R|kotlin/String| <inline=Unknown> {
|
||||
^ R|<local>/x|.R|kotlin/Any.toString|()
|
||||
^ R|<local>/x|.R|kotlin/Int.toString|()
|
||||
}
|
||||
|
||||
Q|JavaClass|.R|/JavaClass.foo2|(R|<local>/y|)
|
||||
Q|JavaClass|.R|/JavaClass.foo3|<R|ft<kotlin/Int, kotlin/Int?>|>(foo3@fun <anonymous>(it: R|ft<kotlin/Int, kotlin/Int?>|): R|ft<kotlin/String, kotlin/String?>| <inline=NoInline> {
|
||||
^ R|<local>/it|.R|kotlin/Int.plus|(Int(4)).R|kotlin/Any.toString|()
|
||||
^ R|<local>/it|.R|kotlin/Int.plus|(Int(4)).R|kotlin/Int.toString|()
|
||||
}
|
||||
, Int(5))
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ FILE: lateinitBackingFields.kt
|
||||
^ F|/that|.R|kotlin/String.length|
|
||||
}
|
||||
public set(value: R|kotlin/Int|): R|kotlin/Unit| {
|
||||
F|/that| = R|<local>/value|.R|kotlin/Any.toString|()
|
||||
F|/that| = R|<local>/value|.R|kotlin/Int.toString|()
|
||||
}
|
||||
public final fun test(): R|kotlin/Unit| {
|
||||
R|/that| = Int(1)
|
||||
|
||||
Reference in New Issue
Block a user