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