Files
kotlin/compiler/testData/codegen/script/parameterLong.kts
Pavel V. Talanov ad58617753 Script refactoring, codegen tests: change test data according to semantics change
Add some new tests for uncovered cases
2015-11-19 22:57:01 +03:00

6 lines
96 B
Kotlin
Vendored

// expected: rv: 19
// param: aa: kotlin.Long: 17
// param: bb: kotlin.Int: 2
val rv = aa + bb