blob: 01137e718d4f0887e38d16afed4306046398f172 [file] [log] [blame]
library testLib.bar;
import 'temp.dart';
/*
* Normal comment for class C.
*/
class C {
}
// A trivial use of `A` to eliminate import warnings
A usingImport() {
throw new UnimplementedError();
}