mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
8 lines
157 B
Kotlin
Vendored
8 lines
157 B
Kotlin
Vendored
package test
|
|
|
|
@BadAnnotation(<!CONSTANT_EXPECTED_TYPE_MISMATCH!>1<!>)
|
|
object SomeObject
|
|
|
|
val some = SomeObject
|
|
|
|
annotation class BadAnnotation(val s: String) |