Adding new stuff
This commit is contained in:
parent
a1687a2e5b
commit
f8f54ab17a
1580 changed files with 205558 additions and 0 deletions
16
bundle/jedi-vim/jedi/test/static_analysis/operations.py
Normal file
16
bundle/jedi-vim/jedi/test/static_analysis/operations.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-1 + 1
|
||||
1 + 1.0
|
||||
#! 2 type-error-operation
|
||||
1 + '1'
|
||||
#! 2 type-error-operation
|
||||
1 - '1'
|
||||
|
||||
-1 - - 1
|
||||
-1 - int()
|
||||
int() - float()
|
||||
float() - 3.0
|
||||
|
||||
a = 3
|
||||
b = ''
|
||||
#! 2 type-error-operation
|
||||
a + b
|
||||
Loading…
Add table
Add a link
Reference in a new issue