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