summary refs log tree commit diff
path: root/tests/pracownia2/error/062_shadowing_decl_less_fpars.xi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pracownia2/error/062_shadowing_decl_less_fpars.xi')
-rw-r--r--tests/pracownia2/error/062_shadowing_decl_less_fpars.xi5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/pracownia2/error/062_shadowing_decl_less_fpars.xi b/tests/pracownia2/error/062_shadowing_decl_less_fpars.xi
new file mode 100644
index 0000000..ad85289
--- /dev/null
+++ b/tests/pracownia2/error/062_shadowing_decl_less_fpars.xi
@@ -0,0 +1,5 @@
+f(x:int, y:int)
+f(x:int)
+
+//@PRACOWNIA
+//@should_not_typecheck