blob: 3ab4b3744ee70214a1d10a4b5c42434c1416abe8 [file] [log] [blame]
import augment 'duplicate_augment_lib.dart';
class AugmentedClass {
static void augmentedStaticMethod() {}
void augmentedInstanceMethod() {}
}
void augmentedTopLevelMethod() {}