update flow strip type annotations test

This commit is contained in:
Sebastian McKenzie
2015-05-08 15:52:08 +01:00
parent c526a3eb04
commit 4a439d8c8e

View File

@@ -64,8 +64,14 @@ class Foo8 {
"bar"() {}
}
function foo(requiredParam, optParam) {}
class Foo9 {}
class Foo10 {}
class Foo9 {
prop1;
prop2;
}
class Foo10 {
static prop1;
prop2;
}
var x = 4;
class Array {
concat(items) {}