blob: 5998d2c4aaf3691c184ccfd8010c4eeceb541342 [file] [log] [blame]
library test;
import 'dart:math' as math;
class Trace {
List<Frame> frames = [];
}
class Frame {
String location = '';
}
main() {}