blob: 61b9faf9b9f8773a062f43c34e7de9dcd631799a [file] [log] [blame]
>>> (fix optional-const)
@meta(const Foo(const []))
library foo;
<<<
@meta(Foo([]))
library foo;
>>> (fix optional-const)
@meta(const Foo(const []))
import 'foo.dart';
<<<
@meta(Foo([]))
import 'foo.dart';