blob: 93a202c071285676faad21eb3b0cfc8b850e7fbd [file] [log] [blame]
// @dart = 2.9
class Bar {
static var value = "Bar1";
}