blob: e4f39ebbe0f260ede2ad426e46e9164e25fa20e3 [file] [log] [blame]
// @dart = 2.9
library lib;
class Super {
Super();
Super._private(arg);
}