Searched refs:shortenAnnotation (Results 1 – 3 of 3) sorted by relevance
25 Assert.assertEquals(expected, AnnotationItem.shortenAnnotation(source)) in checkShortenAnnotation()30 fun `Test shortenAnnotation and unshortenAnnotation`() { in Test shortenAnnotation and unshortenAnnotation()
574 writer.write(AnnotationItem.shortenAnnotation(source)) in <lambda>()
544 fun shortenAnnotation(source: String): String { in shortenAnnotation() method