blob: fa1d74a967f64f84847e434c05a74148181eebda [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.
///
/// And to test typedef preview.
typedef A AnATransformer(A input);