Searched refs:unshortenAnnotation (Results 1 – 3 of 3) sorted by relevance
26 Assert.assertEquals(source, AnnotationItem.unshortenAnnotation(expected)) in checkShortenAnnotation()30 fun `Test shortenAnnotation and unshortenAnnotation`() { in Test shortenAnnotation and unshortenAnnotation()
564 fun unshortenAnnotation(source: String): String { in unshortenAnnotation() method
401 annotation = AnnotationItem.Companion.unshortenAnnotation(annotation); in getAnnotations()