Files
kotlin-fork/plugins/annotation-processing/testData/wrappers/kotlinWrappers/repeatableAnnotations.txt
T
Yan Zhulanow 238340a143 Kapt: Simplify wrapper tests
(cherry picked from commit 1677984)
2016-10-07 16:28:25 +03:00

5 lines
96 B
Plaintext
Vendored

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