mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
4e25e499c8
When the two types have the same name but are from different libraries showing the library URI will help users understand the failure better. Change-Id: I5ab4412e676272111d41f688ef2d1cc83afbe627 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194116 Reviewed-by: Mark Zhou <markzipan@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>
5 lines
233 B
Dart
5 lines
233 B
Dart
// 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.
|
|
|
|
class Animal {}
|