mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-76895 Refactor PyNewStyleGenericSyntaxInspection, add some missing checks
GitOrigin-RevId: 0264b9b5d90ae8c87988caee0730e41a447f1dd4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f2f0143f92
commit
077f780a2b
@@ -1178,6 +1178,7 @@ INSP.type.hints.type.arguments.class.is.already.parameterized=Class ''{0}'' is a
|
||||
INSP.type.hints.invalid.type.argument=Invalid type argument
|
||||
INSP.type.hints.generic.type.alias.is.not.generic.or.already.parameterized=Type alias is not generic or already specialized
|
||||
INSP.type.hints.default.type.must.be.type.expression=Default type must be a type expression
|
||||
INSP.type.hints.invalid.type.expression=Invalid type expression
|
||||
INSP.type.hints.illegal.callable.format='Callable' must be used as 'Callable[[arg, ...], result]'
|
||||
INSP.type.hints.illegal.first.parameter='Callable' first parameter must be a parameter expression
|
||||
INSP.type.hints.parameters.to.generic.types.must.be.types=Parameters to generic types must be types
|
||||
|
||||
Reference in New Issue
Block a user