blob: d9bb401f5cd378fb91febdf9b0bd321ae17f6a71 [file] [log] [blame]
import 'default_values_2_lib.dart';
class C5 extends S5 {
C5([int super.x]);
}