forked from VimPlug/jedi
Static analysis tests for type errors with variables.
This commit is contained in:
@@ -9,3 +9,8 @@
|
||||
-1 - int()
|
||||
int() - float()
|
||||
float() - 3.0
|
||||
|
||||
a = 3
|
||||
b = ''
|
||||
#! 2 type-error-operation
|
||||
a + b
|
||||
|
||||
Reference in New Issue
Block a user