Sign in
dart
/
sdk.git
/
refs/tags/2.16.0-57.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
constructor_tearoffs
/
issue47079.dart
blob: a93920b5d152cf92ac819c8a04cc6e6ed16e0066 [
file
] [
log
] [
blame
]
// Copyright (c) 2021, 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.
test
()
{
new
A
();
}
main
()
{}