Add simple checker tests for scripts
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
val c = true
|
||||
if (c) {
|
||||
2 + 3
|
||||
}
|
||||
|
||||
fun f() {
|
||||
if (!c) {
|
||||
3 + 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user