add support for boolean flow literals - fixes #2127

This commit is contained in:
Sebastian McKenzie
2015-07-30 23:44:36 +01:00
parent c91c2eb748
commit 1d81dd995c
17 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
var foo: true

View File

@@ -0,0 +1 @@
var foo: false