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