Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/expresssions/simple.kt
T
2020-03-19 09:51:01 +03:00

9 lines
78 B
Kotlin
Vendored

fun foo() {
val x = 1
}
val bar = ""
val n = null
val g: String? = null