We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123b740 commit 3e98dceCopy full SHA for 3e98dce
mypyc/test-data/irbuild-classes.test
@@ -2688,6 +2688,8 @@ L0:
2688
return 1
2689
2690
[case testInvalidMypycAttr]
2691
+from mypy_extensions import mypyc_attr
2692
+
2693
@mypyc_attr("allow_interpreted_subclasses", "invalid_arg") # E: 'invalid_arg' is not a supported `mypyc_attr`
2694
class InvalidArg:
2695
pass
0 commit comments