Rename test data folder: libraries -> decompiler

This commit is contained in:
Pavel V. Talanov
2014-10-31 18:12:19 +03:00
parent d2d9813e12
commit 5fb4f41030
61 changed files with 17 additions and 17 deletions
@@ -0,0 +1,7 @@
import testData.libraries.*
val v = 5.filter { it % 2 == 1 }
// main.kt
//public inline fun <T> T.<1>filter(predicate: (T)-> Boolean) : T? = this