Sign in
dart
/
dartdoc.git
/
435198fd
/
.
/
testing
/
test_package
/
lib
/
src
/
shadow_lib.dart
blob: 8afe83d6aa2e4f40c98067088a68225b06952f51 [
file
] [
log
] [
blame
]
library
shadow_lib
;
class
ADuplicateClass
{
bool
get
aCompletelyDifferentGetter
=>
true
;
}
class
SomeOtherClass
{}