Files
kotlin-fork/nj2k/testData/nullabilityAnalysis/nullAsInitializer.kt
T

2 lines
43 B
Kotlin
Vendored

val x: Int = null
fun foo(p: Int = null) {}