683a3e74a0
^KT-51306 Fixed
6 lines
52 B
Kotlin
Vendored
6 lines
52 B
Kotlin
Vendored
package kotlin
|
|
|
|
fun main() {
|
|
val x = 1?.dec()
|
|
}
|