package test {
    annotation class Annotation constructor() : Annotation
    fun foo(@Annotation arg: Int)
}