Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
?. in Kotlin
//Kotlin 1.1 import java.math.BigInteger fun main(args: Array<String>) { var a = BigInteger.valueOf(5); test(null) } fun test(a: BigInteger?) { var b = a?.add(BigInteger.valueOf(10)) println(b) }
run
|
edit
|
history
|
help
0
validation testing
KotlinCopy
Kotlin
Calendar 2018 v3.2 (Compressed Coding)
test.java
Kotlin
KotlineMerg
degerliilkornek
D
KotlinSessionVII#IS_OPERATOR