Test and workaround inference bugs

This commit is contained in:
Amjad Masad
2015-12-18 03:15:27 -08:00
parent 31032ee7ad
commit 57b2ccdb66
4 changed files with 67 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ defineType("BooleanLiteralTypeAnnotation", {
});
defineType("NullLiteralTypeAnnotation", {
aliases: ["Flow"],
aliases: ["Flow", "FlowBaseAnnotation"],
fields: {}
});