blob: 8944b1ee723e9add44c0693e2b13037da9766f2f [file] [log] [blame]
allowThrow(void Function() f) {}
class A {
get b => throw 'foo';
}
class B extends A {
get b => 42;
}
expect(expected, actual) {}
main() {}
method1((A, A) r) {}
method2((A, A) r) {}
method3((A, A) r) {}
method4((A, A) r) {}
throws(void Function() f) {}