blob: b58a392a3ab1fc001342005764f96b196e7befd8 [file] [log] [blame]
// Copyright (c) 2025, 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.
// Declaring constructors are not enabled in versions before release.
// @dart=3.9
class Point(var int x, var int y);
// ^
// [analyzer] unspecified
// [cfe] unspecified