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

4 lines
54 B
Kotlin
Vendored

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