Sign in
dart
/
sdk.git
/
03fd2aaa4eae56cfcfc9d0bcd0ca9f3d5946ca18
/
.
/
tests
/
lib
/
mirrors
/
method_mirror_source_other.dart
blob: 37151b62d18b91f204e573faeccd1377cdd00611 [
file
]
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.