blob: e1749229859ebbf537e3401f35a92a5c568fd5d0 [file] [log] [blame]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
class C {
C.a(this);
C.b(this.);
C.c(this, p);
C.d(this., p);
}