Index: src/typing.cc |
diff --git a/src/typing.cc b/src/typing.cc |
index 79ec0dde57b57595b19ec2b5eba143db64d68ae4..2e6d0c57c7df751dad833ff080ffa72563d37a86 100644 |
--- a/src/typing.cc |
+++ b/src/typing.cc |
@@ -433,7 +433,7 @@ void AstTyper::VisitArrayLiteral(ArrayLiteral* expr) { |
RECURSE(Visit(value)); |
} |
- NarrowType(expr, Bounds(Type::Array(zone()))); |
+ NarrowType(expr, Bounds(Type::OtherObject(zone()))); |
rossberg
2015/04/10 11:41:55
OtherObject is supposed to be an internal detail o
titzer
2015/04/10 12:35:59
Done.
|
} |