8 lines
119 B
Kotlin
Vendored
8 lines
119 B
Kotlin
Vendored
package test
|
|
|
|
@BadAnnotation(1)
|
|
object SomeObject
|
|
|
|
val some = SomeObject
|
|
|
|
annotation class BadAnnotation(val s: String) |