blob: e559713ab04a78b7670582c69754486252c198e1 [file] [log] [blame]
@Target(AnnotationTarget.VALUE_PARAMETER)
@Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
public annotation class Fancy(val size: Int)
@Fancy(1) fun f() {}