blob: f858e671fbee54e6fad42440f46cd1b10de5ade7 [file] [log] [blame]
@Target(AnnotationTarget.VALUE_PARAMETER)
@Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
public annotation class Fancy
fun function(@Fancy notInlined: () -> Unit) {
}