blob: 2f862af7ff2cfe894667d1f8aae072c454a74074 [file] [log] [blame]
enum E { a(1); final int x; external const E(this.x); }