6 lines
107 B
Plaintext
Vendored
6 lines
107 B
Plaintext
Vendored
// "Remove redundant '?'" "true"
|
|
fun main(args : Array<String>) {
|
|
val x : Int? = 15
|
|
}
|
|
|
|
/* IGNORE_FIR */ |