blob: fcbd268f8e50539440d5f488e4907ce2031fe2eb [file] [log] [blame]
// @dart = 2.9
class ExistingClass {
ExistingClass.existingConstructor();
}
main() {}