5675d2b26b
#KT-6602 Fixed #KT-6305 Fixed #KT-5656 Fixed
8 lines
143 B
Kotlin
Vendored
8 lines
143 B
Kotlin
Vendored
fun foo() {
|
|
return
|
|
// val xyz has empty live range because everything after return will be removed as dead
|
|
val xyz = 1
|
|
}
|
|
|
|
// 0 xyz
|