Sign in
dart
/
dartdoc.git
/
435198fd
/
.
/
testing
/
test_package
/
lib
/
css.dart
blob: abe9048d390e619dc59e91ce053842cfcdd65046 [
file
] [
log
] [
blame
]
/// Testing that a library name doesn't conflict
/// with directories created by dartdoc.
/// {@category Other}
library
css
;
String
theOnlyThingInTheLibrary
=
'hello'
;