Sign in
dart
/
dartdoc.git
/
b7ac9653753eb6efec96d173f8ba6d7a52263928
/
.
/
test_package
/
lib
/
css.dart
blob: 3215fe0b9eafc387defb12f31743d0a0f293c951 [
file
] [
log
] [
blame
]
/// Testing that a library name doesn't conflict
/// with directories created by dartdoc.
library
css
;
String
theOnlyThingInTheLibrary
=
'hello'
;