Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
nnbd_mixed
/
issue41498b.dart.textual_outline.expect
blob: 6ad2a781eba3ed6b4e093f500c09716e92022a1f [
file
] [
log
] [
blame
]
// @dart = 2.6
library opted_out_lib
;
import
'issue41498b_lib.dart'
as
opt_in
;
typedef
void
LegacyFoo
();
class
C
{
static
void
test
()
{}
void
test2
()
{}
}
test
()
{}
main
()
{}