Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/expresssions/simple.kt
T
2020-12-16 19:52:30 +03:00

10 lines
79 B
Kotlin
Vendored

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