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