[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
@@ -1,5 +1,5 @@
|
||||
fun <R : Number> Number.convert(): R {
|
||||
TODO()
|
||||
return TODO()
|
||||
}
|
||||
|
||||
fun foo(arg: Number) {
|
||||
|
||||
Reference in New Issue
Block a user