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