Temporary remove outdated Uast tests
This commit is contained in:
committed by
Yan Zhulanow
parent
d5d491e6b2
commit
4c4d6a4ad4
-8
@@ -1,8 +0,0 @@
|
||||
class Simple {
|
||||
val a: String = "text" + "other" + "text"
|
||||
val b = listOf("A")
|
||||
|
||||
fun test() {
|
||||
System.out.println(5.0f / 2)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user