File: check-python314.test

package info (click to toggle)
mypy 1.19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,412 kB
  • sloc: python: 114,754; ansic: 13,343; cpp: 11,380; makefile: 257; sh: 28
file content (3 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
[case testTemplateString]
reveal_type(t"mypy")  # E: PEP 750 template strings are not yet supported \
                      # N: Revealed type is "Any"