blob: 2c0706cf6830d1705e2a7e63942e12bc551236b9 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "dart:math" as math;
class Trace extends core::Object {
field core::List<self::Frame> frames;
synthetic constructor •() self::Trace
;
}
class Frame extends core::Object {
field core::String location;
synthetic constructor •() self::Frame
;
}
static method main() dynamic
;