ad58617753
Add some new tests for uncovered cases
6 lines
96 B
Kotlin
Vendored
6 lines
96 B
Kotlin
Vendored
// expected: rv: 19
|
|
// param: aa: kotlin.Long: 17
|
|
// param: bb: kotlin.Int: 2
|
|
|
|
val rv = aa + bb
|