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