Revert 4ca90e9c68
This commit is contained in:
@@ -9,7 +9,6 @@ L0:
|
||||
ret L1 NEXT:[<END>]
|
||||
- jt(L2) NEXT:[r(null), <END>] PREV:[]
|
||||
- r(null) PREV:[]
|
||||
- r(return ?: null) PREV:[]
|
||||
L1:
|
||||
L2:
|
||||
<END> NEXT:[<SINK>] PREV:[ret L1]
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
== test ==
|
||||
fun test(a: Any?) {
|
||||
a ?: ""
|
||||
}
|
||||
---------------------
|
||||
L0:
|
||||
<START>
|
||||
v(a: Any?)
|
||||
w(a)
|
||||
mark({ a ?: "" })
|
||||
r(a)
|
||||
jt(L2) NEXT:[mark(""), <END>]
|
||||
mark("")
|
||||
r("")
|
||||
r(a ?: "")
|
||||
L1:
|
||||
L2:
|
||||
<END> NEXT:[<SINK>] PREV:[jt(L2), r(a ?: "")]
|
||||
error:
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
@@ -1,3 +0,0 @@
|
||||
fun test(a: Any?) {
|
||||
a ?: ""
|
||||
}
|
||||
Reference in New Issue
Block a user