backend: enable and add tests for autoboxing
This commit is contained in:
committed by
SvyatoslavScherbina
parent
61c28db886
commit
f2b5b98dba
@@ -0,0 +1,7 @@
|
||||
fun foo(x: Number) {
|
||||
println(x.toByte())
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
foo(18)
|
||||
}
|
||||
Reference in New Issue
Block a user