blob: 72e4c623b80d5e8b2ba0a2b6c4a5bddaa64dca97 [file] [log] [blame]
import 'foo.dart';
/// Some sample `dartdoc` comments here.
void myTestFunction() {
print('one');
print('two');
Foo foo = Foo('three');
}