1 # Test `@no_type_check`,
2 # see https://bugs.python.org/issue46571
3
4 class ESC[4;38;5;81mNoTypeCheck_Outer:
5 class ESC[4;38;5;81mInner:
6 x: int
7
8
9 def NoTypeCheck_function(arg: int) -> int:
10 ...