blob: 511a3f479b7e1bba9de10489de0994ff072026f9 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "dart:mirrors" as mir;
import "dart:mirrors";
class _FailingTest extends core::Object {
const constructor •() self::_FailingTest*
: super core::Object::•()
;
}
class MyTest extends core::Object {
synthetic constructor •() self::MyTest*
;
@self::failingTest
method foo() void
;
}
abstract class _MyTest2&Object&MyTest = core::Object with self::MyTest {
const synthetic constructor •() self::_MyTest2&Object&MyTest*
: super core::Object::•()
;
}
class MyTest2 extends self::_MyTest2&Object&MyTest {
synthetic constructor •() self::MyTest2*
;
}
static const field self::_FailingTest* failingTest = const self::_FailingTest::•();
static method main() dynamic
;
static method _hasFailingTestAnnotation(mir::MethodMirror* method) core::bool*
;
static method _hasAnnotationInstance(mir::DeclarationMirror* declaration, dynamic instance) core::bool*
;