Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_methods_nested_generic_instantiation.dart.textual_outline_modelled.expect
blob: 8401fafcb4e0bac55ac33ce3e31581833f53d64b [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
import
'dart:math'
as
math
;
class
Frame
{
String
location
=
''
;
}
class
Trace
{
List
<
Frame
>
frames
=
[];
}
main
()
{}