Searched refs:annotatedConst (Results 1 – 1 of 1) sorted by relevance
48 val annotatedConst = consts.find { it.second.annotations.isNonEmpty } in ClassPrinter() constant49 if (annotatedConst != null) { in ClassPrinter()50 AnnotationName = annotatedConst.second.annotations.first().nameAsString in ClassPrinter()