Paul Dingemans
// Separate annotations @A @B @C fun foo() {} // Annotation array @[A B C] fun foo() {}
Chrimaeon