blob: c84e5cfbe07e4b36484d712346a86ad040ed5eca [file] [log] [blame]
library two_exports.src.extending;
import 'base.dart';
int topLevelVariable = 1;
/// Extending class extends [BaseClass].
///
/// Also check out [topLevelVariable].
///
/// Linking over to [Apple] should work.
class ExtendingClass extends BaseClass {}