Made LibrariesWithSourcesTest possible to be executed with multi-file test library.

This commit is contained in:
Evgeny Gerashchenko
2012-04-05 18:47:11 +04:00
parent 33320075d6
commit 9918e4a723
10 changed files with 78 additions and 47 deletions
@@ -2,5 +2,6 @@ import testData.libraries.*
val v = 5.filter { it % 2 == 1 }
// library.kt
//public inline fun <T> T.<1>filter(predicate: (T)-> Boolean) : T? = this