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