Files
kotlin/compiler/testData/diagnostics/tests/annotations/DanglingInScript.kt
Andrey Breslav 89e1588e13 LIGHT_CLASSES mode for scripts
- Do not generate constructor bodies
- Do not generate script class when package contents are requested
- NOT DONE: generate script class when its name is requested
2014-12-25 22:02:23 +03:00

5 lines
61 B
Kotlin

// FILE: script.kts
annotation class Ann
[Ann]<!SYNTAX!><!>