Skip to content

Commit f7e6147

Browse files
Flex value generator test: test that non-null Object is not supported
1 parent 0731808 commit f7e6147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/test/code_builder_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ void main() {
924924
int id = 0;
925925
926926
@Property(type: PropertyType.flex)
927-
String unsupported;
927+
Object unsupported;
928928
}
929929
''';
930930

0 commit comments

Comments
 (0)