blob: ab2bd611e81d6662bd9f19c0f1f626ba05045619 [file] [log] [blame]
library test;
class C {
static var x = 'x';
var y = {
'a': {'b': 'c'},
'd': {'e': x}
};
}
main() {}