Merge remote branch 'origin/master'
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
// +JDK
|
||||||
|
//KT-750 Type inference failed: Constraint violation
|
||||||
|
fun main(args : Array<String>) {
|
||||||
|
var i : Int? = Integer.valueOf(100)
|
||||||
|
var s : Int? = Integer.valueOf(100)
|
||||||
|
|
||||||
|
val o = i .sure() + s.sure()
|
||||||
|
System.out?.println(o)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user