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