summary refs log tree commit diff
path: root/tests/pracownia2/error/092_expected_2_given1.xi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pracownia2/error/092_expected_2_given1.xi')
-rw-r--r--tests/pracownia2/error/092_expected_2_given1.xi8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pracownia2/error/092_expected_2_given1.xi b/tests/pracownia2/error/092_expected_2_given1.xi
new file mode 100644
index 0000000..f923012
--- /dev/null
+++ b/tests/pracownia2/error/092_expected_2_given1.xi
@@ -0,0 +1,8 @@
+f(): int
+
+g()
+{
+    x:int, y:int = f()
+}
+//@PRACOWNIA
+//@should_not_typecheck