Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
nnbd_mixed
/
issue41498.dart.textual_outline.expect
blob: 843b73c43373e72afd7fddada4f0a96badd89940 [
file
] [
log
] [
blame
]
import
"issue41498_lib.dart"
;
class
C
{
static
void
test
()
{}
void
test2
()
{}
}
test
()
{}
main
()
{}