blob: 1ba54394e521da9af69e46f9894a405aeaf70254 [file] [log] [blame]
part of 'package:foo/declare_x.dart';
augment class Foo {
int get x => 3;
}