Incremental compilation test for @file:JvmName

Original commit: 37d5a16a3d
This commit is contained in:
Dmitry Petrov
2015-09-07 15:23:49 +03:00
parent bdeab23fee
commit 863422fcee
8 changed files with 52 additions and 0 deletions
@@ -0,0 +1,5 @@
package test
fun main(args: Array<String>) {
println(a() + b() + other.other())
}