[FE 1.0] Always create return value for CallInstruction
This fixes missing `USED_AS_EXPRESSION` recordings ^KT-47527 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
b2372ff0b9
commit
ae608ea67f
@@ -45,14 +45,14 @@ L0:
|
||||
- call(doSomething(), doSomething|<v1>) -> <v2> PREV:[]
|
||||
- mark(bar().doSomething()) PREV:[]
|
||||
- mark(bar()) PREV:[]
|
||||
- call(bar(), bar) PREV:[]
|
||||
- call(bar(), bar) -> <v3> PREV:[]
|
||||
- jmp(error) NEXT:[<ERROR>] PREV:[]
|
||||
- mark(doSomething()) PREV:[]
|
||||
- call(doSomething(), doSomething|!<v3>) -> <v4> PREV:[]
|
||||
- call(doSomething(), doSomething|<v3>) -> <v4> PREV:[]
|
||||
L1:
|
||||
1 <END> NEXT:[<SINK>] PREV:[]
|
||||
error:
|
||||
<ERROR> PREV:[jmp(error)]
|
||||
sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user