blob: db415ba9ea63ed19a2f19701ce6f8d518d90488c [file] [log] [blame]
interface Foo{
short AAAA = (short)(2 + 2);
short BBBB = AAAA + 1;
}