Files
kotlin-fork/compiler/testData/cfg/expressions/propertySafeCall.kt
T
2016-01-22 05:54:38 +03:00

4 lines
46 B
Kotlin
Vendored

fun test(s: IntProgression?) {
s?.first
}