Files
kotlin-fork/plugins/annotation-processing/testData/kotlinWrappers/repeatableAnnotations.txt
T
Yan Zhulanow 927280f7ce Kapt: add some JeElement tests
(cherry picked from commit 948a4b6)
2016-08-29 16:31:16 +03:00

5 lines
96 B
Plaintext
Vendored

@Anno(name = "Mary")
@Anno(name = "Tom")
public final class MyClass {
public void <init>()
}