blob: 8f6cfe09144f0713523d0cd0ce1ee587ced8b26c [file] [log] [blame]
// @dart = 2.9
main() {
print("Blah");
}
// This function must be on the first line.
class SomethingInOther {}
// Note: This test relies on LF line endings in the source file.