summary refs log tree commit diff
path: root/tests/pracownia2/error/131_variables_same_scope.xi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pracownia2/error/131_variables_same_scope.xi')
-rw-r--r--tests/pracownia2/error/131_variables_same_scope.xi7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pracownia2/error/131_variables_same_scope.xi b/tests/pracownia2/error/131_variables_same_scope.xi
new file mode 100644
index 0000000..8cdf9e3
--- /dev/null
+++ b/tests/pracownia2/error/131_variables_same_scope.xi
@@ -0,0 +1,7 @@
+test()
+{
+    x:int
+    x:bool
+}
+//@PRACOWNIA
+//@should_not_typecheck