10 lines
79 B
Kotlin
Vendored
10 lines
79 B
Kotlin
Vendored
fun foo() {
|
|
val x = 1
|
|
}
|
|
|
|
val bar = ""
|
|
|
|
val n = null
|
|
|
|
val g: String? = null
|