35a4aeeeba
The compiler behavior on test data in compiler/testData/cli is already tested with CliTestGenerated, which is 4x faster and does not require to rebuild the compiler jar with 'ant dist'. Leave only several simple tests to check that 'kotlinc', 'kotlinc-jvm' and 'kotlinc-js' scripts work
5 lines
48 B
Kotlin
Vendored
5 lines
48 B
Kotlin
Vendored
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
}
|