1 parent eed2f36 commit cbc489dCopy full SHA for cbc489d
2 files changed
tests/feature_check/complex.py
@@ -0,0 +1,6 @@
1
+try:
2
+ complex
3
+ print("complex")
4
+except NameError:
5
+ print("no")
6
+
tests/feature_check/complex.py.exp
0 commit comments