summaryrefslogtreecommitdiff
path: root/puzzles
diff options
context:
space:
mode:
Diffstat (limited to 'puzzles')
-rw-r--r--puzzles/03_missing_type_param.py1
-rw-r--r--puzzles/04_type_error_in_untyped_def.py (renamed from puzzles/03_type_error_in_untyped_def.py)0
2 files changed, 1 insertions, 0 deletions
diff --git a/puzzles/03_missing_type_param.py b/puzzles/03_missing_type_param.py
new file mode 100644
index 0000000..a2bcf80
--- /dev/null
+++ b/puzzles/03_missing_type_param.py
@@ -0,0 +1 @@
+x: list = [] # maybe error
diff --git a/puzzles/03_type_error_in_untyped_def.py b/puzzles/04_type_error_in_untyped_def.py
index 6c87c71..6c87c71 100644
--- a/puzzles/03_type_error_in_untyped_def.py
+++ b/puzzles/04_type_error_in_untyped_def.py