Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
import_conflicting_getters_lib1.dart
blob: 9dc57c087c785fdc40502c4f7adf88b358b8c3b3 [
file
] [
log
] [
blame
]
// Copyright (c) 2019, 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.
// @dart=2.9
int
get
foo
=>
42
;