summary refs log tree commit diff
path: root/tests/pracownia2/error/034_ifelse_copnd_boolA.xi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pracownia2/error/034_ifelse_copnd_boolA.xi')
-rw-r--r--tests/pracownia2/error/034_ifelse_copnd_boolA.xi8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pracownia2/error/034_ifelse_copnd_boolA.xi b/tests/pracownia2/error/034_ifelse_copnd_boolA.xi
new file mode 100644
index 0000000..5f31797
--- /dev/null
+++ b/tests/pracownia2/error/034_ifelse_copnd_boolA.xi
@@ -0,0 +1,8 @@
+test(x:bool[])
+{
+    if x {
+    } else {
+    }
+}
+//@PRACOWNIA
+//@should_not_typecheck