blob: 0502e29f0e0cbdda326e66a13b93f44ae9ad7f3d [file] [log] [blame]
augment library 'package:foo/declare_x.dart';
augment class Foo {
int get x => 3;
}