1
0
forked from VimPlug/jedi

Static analysis tests for type errors with variables.

This commit is contained in:
Dave Halter
2015-06-23 18:04:36 +02:00
parent 64fcbbba79
commit 5d9fff50af
2 changed files with 22 additions and 3 deletions

View File

@@ -9,3 +9,8 @@
-1 - int()
int() - float()
float() - 3.0
a = 3
b = ''
#! 2 type-error-operation
a + b