Sign in
dart
/
sdk.git
/
refs/tags/2.18.0-235.0.dev
/
.
/
tests
/
lib_2
/
mirrors
/
method_mirror_source_other.dart
blob: 8f6cfe09144f0713523d0cd0ce1ee587ced8b26c [
file
] [
log
] [
blame
]
// @dart = 2.9
main
()
{
print
(
"Blah"
);
}
// This function must be on the first line.
class
SomethingInOther
{}
// Note: This test relies on LF line endings in the source file.