Files
kotlin/compiler/testData/codegen/bytecodeText/stringOperations/nonNullableStringPlus.kt
2016-03-09 10:25:38 +03:00

4 lines
59 B
Kotlin
Vendored

fun foo(x: String, y: Any?) = x + y + 120
// 0 stringPlus