Sign in
dart
/
sdk
/
47dc4663d8e0dff1b053838c56bbb1412ef64e0d
/
.
/
pkg
/
front_end
/
testcases
/
coverage
/
external_test.dart.textual_outline.expect
blob: dee2a5a1256131f478079e7f8924a82545177937 [
file
] [
log
] [
blame
]
class
Foo
{
var
x
=
-
1
;
Foo
()
:
x
=
0
;
external
Foo
.
n24
(
this
.
x
);
}