FIR CFG: process called-in-place lambdas as loops
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ fun test() {
|
||||
var s: String? = null
|
||||
s = ""
|
||||
atLeastOnce {
|
||||
<!SMARTCAST_IMPOSSIBLE!>s<!>.length // unstable since lambda can be called twice
|
||||
s<!UNSAFE_CALL!>.<!>length // unstable since lambda can be called twice
|
||||
s = null
|
||||
var s2: String? = null
|
||||
s2 = ""
|
||||
|
||||
Reference in New Issue
Block a user