mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Generate annotations for single-file classes.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@file:StringHolder("OK")
|
||||
|
||||
fun box(): String =
|
||||
Class.forName("FileFacadeKt").getAnnotation(StringHolder::class.java)?.value() ?: "null"
|
||||
Reference in New Issue
Block a user