1
0
forked from VimPlug/jedi

static analysis start positions are now tested

This commit is contained in:
Dave Halter
2014-05-16 15:03:59 +02:00
parent 552502a2e9
commit 0f7a17090c
5 changed files with 22 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
def generator():
yield 1
#! type-error-generator
#! 11 type-error-generator
generator()[0]
list(generator())[0]