Update CLI tests

This commit is contained in:
Mikhael Bogdanov
2021-07-15 06:27:14 +02:00
parent 1187e786f4
commit 7854e9c3d7
70 changed files with 117 additions and 188 deletions
+1 -7
View File
@@ -1,9 +1,3 @@
package test
fun test() {
while (true) {
when {
true -> break
}
}
}
sealed interface Polygon