9 lines
115 B
Kotlin
9 lines
115 B
Kotlin
package test
|
|
|
|
BadAnnotation(1)
|
|
object SomeObject
|
|
|
|
val some = SomeObject
|
|
|
|
annotation class BadAnnotation(s: String)
|