[ty] Uniformly use "not supported" in diagnostics (#21916)
This commit is contained in:
@@ -27,7 +27,7 @@ python-version = "3.9"
|
||||
class A: ...
|
||||
class B: ...
|
||||
|
||||
# error: "Operator `|` is unsupported between objects of type `<class 'A'>` and `<class 'B'>`"
|
||||
# error: "Operator `|` is not supported between objects of type `<class 'A'>` and `<class 'B'>`"
|
||||
reveal_type(A | B) # revealed: Unknown
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user