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