1e5fc1c3aa
This would prevent extra branching in 'as <not-null-type>', which usually would not be covered.
7 lines
78 B
Kotlin
Vendored
7 lines
78 B
Kotlin
Vendored
fun foo(): Any? = "abc"
|
|
|
|
fun test() = foo() as String
|
|
|
|
// 0 ASTORE
|
|
// 0 ALOAD
|