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