Files
kotlin-fork/backend.native/tests/codegen/inline/defaultArgs_linkTest_main.kt
T
Pavel Punegov 35505007d2 TestRunner support in test's build.gradle
* Fixes to tests
 * RunKonanTest runs tests build with TestRunner
 * Standalone tests
2017-10-20 18:25:05 +03:00

6 lines
89 B
Kotlin

import a.*
fun main(args: Array<String>) {
println(foo(5))
println(foo(5, 42))
}