blob: d7c9453ae077ab60e111a852e75d5643959c6dd9 [file] [log] [blame]
const Null n = null;
const String e = const String.fromEnvironment('foo', defaultValue: 'bar');
const String s = 'foo';
const bool b = true;
const double d = 3.5;
const int i = 42;
expect(expected, actual) {}
main() {}