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