blob: 0681b48820e6f3c1dd19d8310f9c37c662a699c0 [file] [log] [blame]
class Base {
int? value1;
int? value2;
}
int? fun() {}
void main() {}