Added file to test library used in LibrariesWith[out]SourcesTests.

This commit is contained in:
Evgeny Gerashchenko
2012-04-05 19:04:55 +04:00
parent 9918e4a723
commit 793fdd4f55
10 changed files with 13 additions and 9 deletions
@@ -5,7 +5,7 @@ fun foo() {
println(globalValWithGetter)
}
// library.kt
// main.kt
//public val <1>globalVal : #(Int, String) = #(239, "239")
//
//public val <2>globalValWithGetter : Long