blob: 342f1dcccd14acd38b99e84ed4d500dcf8737346 [file] [log] [blame]
// @dart = 2.9
class A {
static var x = 2;
}
main() {}