Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_methods_nested_generic_instantiation.dart.textual_outline.expect
blob: 5998d2c4aaf3691c184ccfd8010c4eeceb541342 [
file
] [
log
] [
blame
]
library test
;
import
'dart:math'
as
math
;
class
Trace
{
List
<
Frame
>
frames
=
[];
}
class
Frame
{
String
location
=
''
;
}
main
()
{}