Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
testcases
/
dartdevc
/
primary_constructors
/
abstract_class.dart
blob: 38fd45a68f5b46691e36ca15f57ef15310bc8808 [
file
]
// Copyright (c) 2026, 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.
abstract
class
C7
(
var
int
v
);