mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
static analysis tests for the 1 + '1' test
This commit is contained in:
4
test/static_analysis/operations.py
Normal file
4
test/static_analysis/operations.py
Normal file
@@ -0,0 +1,4 @@
|
||||
1 + 1
|
||||
1 + 1.0
|
||||
#! 6 type-error-operation
|
||||
1 + '1'
|
||||
Reference in New Issue
Block a user