Files
kotlin-fork/compiler/testData/lazyResolve/recursiveComparator/WrongAnnotationArgsOnObject.kt
T

9 lines
115 B
Kotlin

package test
BadAnnotation(1)
object SomeObject
val some = SomeObject
annotation class BadAnnotation(s: String)