Temporary remove outdated Uast tests

This commit is contained in:
Yan Zhulanow
2016-10-13 20:28:36 +03:00
committed by Yan Zhulanow
parent d5d491e6b2
commit 4c4d6a4ad4
31 changed files with 0 additions and 2096 deletions
-8
View File
@@ -1,8 +0,0 @@
class Simple {
val a: String = "text" + "other" + "text"
val b = listOf("A")
fun test() {
System.out.println(5.0f / 2)
}
}