blob: 4697c8534f7868afddd428c63de74e2fd185e2a8 [file] [log] [blame]
import "package:expect/expect.dart";
const firstException = firstExceptionFn();
int firstExceptionFn() {}
const lastException = lastExceptionFn();
int lastExceptionFn() {}
const singleException = singleExceptionFn();
int singleExceptionFn() {}
const singleExceptionMulti = singleExceptionMultiFn();
int singleExceptionMultiFn() {}
const invalidProperty = invalidPropertyFn();
int invalidPropertyFn() {}
void main() {}