mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
16 lines
377 B
Kotlin
16 lines
377 B
Kotlin
annotation class B
|
|
|
|
class A {
|
|
<!ILLEGAL_ANNOTATION_KEYWORD!>annotation<!> default object {}
|
|
}
|
|
|
|
<!ILLEGAL_ANNOTATION_KEYWORD!>annotation<!> object O {}
|
|
|
|
<!ILLEGAL_ANNOTATION_KEYWORD!>annotation<!> trait T {}
|
|
|
|
<!ILLEGAL_ANNOTATION_KEYWORD!>annotation<!> fun f() = 0
|
|
|
|
<!ILLEGAL_ANNOTATION_KEYWORD!>annotation<!> val x = 0
|
|
|
|
<!ILLEGAL_ANNOTATION_KEYWORD!>annotation<!> var y = 0
|