Sign in
dart
/
sdk.git
/
0bea6379f654c11835d3c2bde7cf7128206d36d6
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
strong_ok_from_source
/
strong.dart
blob: 2bae52239853d2c17a083077c29d59688e7ba936 [
file
] [
log
] [
blame
]
import
"strong_lib.dart"
;
main
()
{
foo
();
}