Searched refs:isNonEmpty (Results 1 – 2 of 2) sorted by relevance
48 val annotatedConst = consts.find { it.second.annotations.isNonEmpty } in ClassPrinter()825 if (isNonEmpty) {
139 val isNonEmpty by lazy { hasAnnotation("@${classPrinter.NonEmpty}") } in <lambda>() constant