static MultiMap<S> parseColonPropertyCIMultiMap_honorBrackets(S text) {
  ret pairsToCIMultiMap(parseColonPropertyPairs_honorBrackets(text));
}