Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
constructors_infer_from_arguments_const.dart.textual_outline.expect
blob: a3c6d99e95e2c7303b3a09284458769b9faba69a [
file
] [
log
] [
blame
]
library test
;
class
C
<
T
>
{
final
T t
;
const
C
(
this
.
t
);
}
main
()
{}