mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
11 lines
364 B
Kotlin
Vendored
11 lines
364 B
Kotlin
Vendored
class A {
|
|
<!WRONG_ANNOTATION_TARGET!>@ann<!> init {}
|
|
<!WRONG_ANNOTATION_TARGET, UNRESOLVED_REFERENCE!>@aaa<!> init {}
|
|
}
|
|
|
|
interface T {
|
|
<!ANONYMOUS_INITIALIZER_IN_INTERFACE!><!WRONG_ANNOTATION_TARGET!>@ann<!> init {}<!>
|
|
<!ANONYMOUS_INITIALIZER_IN_INTERFACE!><!WRONG_ANNOTATION_TARGET, UNRESOLVED_REFERENCE!>@aaa<!> init {}<!>
|
|
}
|
|
|
|
annotation class ann |