blob: 309ada016583e541b81fdb6169ade26f86d59bc7 [file] [log] [blame]
import augment 'extend_augmented_lib.dart';
class Class {
void augmentedMethod() {}
}
class Subclass implements Class {
void augmentedMethod() {}
}
main() {}