blob: f6e916131800b255d0c8473504f6a1b1f5ccbfcf [file] [log] [blame]
package kotlin
fun main() {
val x = 1?.dec()
}