summaryrefslogtreecommitdiff
path: root/tests/functional/ext/typing/consider_using_union.txt
blob: 330a7165f6192aa3b14834be87d371917997d5a1 (plain)
1
2
3
4
5
6
7
8
9
10
consider-alternative-union-syntax:13:6::Consider using alternative Union syntax instead of 'Union'
consider-alternative-union-syntax:14:11::Consider using alternative Union syntax instead of 'Union'
consider-alternative-union-syntax:15:16::Consider using alternative Union syntax instead of 'Union'
consider-alternative-union-syntax:16:6::Consider using alternative Union syntax instead of 'Optional'
consider-alternative-union-syntax:24:10:func1:Consider using alternative Union syntax instead of 'Optional'
consider-alternative-union-syntax:25:24:func1:Consider using alternative Union syntax instead of 'Union'
consider-alternative-union-syntax:26:5:func1:Consider using alternative Union syntax instead of 'Union'
consider-alternative-union-syntax:38:12:CustomNamedTuple:Consider using alternative Union syntax instead of 'Union'
consider-alternative-union-syntax:43:27:CustomTypedDict2:Consider using alternative Union syntax instead of 'Union'
consider-alternative-union-syntax:47:12:CustomDataClass:Consider using alternative Union syntax instead of 'Optional'