Sign in
dart
/
sdk
/
4e8a4a3b44074f6ab9038a89c6dba5ca831f624c
/
.
/
pkg
/
front_end
/
testcases
/
general
/
import_conflicting_getters_lib2.dart
blob: 906c78888e7b75a38b63aef401072508220534e4 [
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.
int
get
foo
=>
87
;