dots without any other actual relevant code shouldn't just complete, fixes #46

This commit is contained in:
David Halter
2012-12-19 01:55:32 +01:00
parent df95416160
commit 7d3fd315d3
2 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,16 @@ int()
int(str)
# -----------------
# should not complete
# -----------------
#? []
.
#? []
str..
#? []
a(0):.
# -----------------
# if/else/elif
# -----------------