Sign in
dart
/
sdk
/
e7c4784594de33112fb6d65bc09493fa8097fcf2
/
.
/
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.