Files
kotlin/compiler/testData/psi/DocCommentAfterFileAnnotations.kt

5 lines
49 B
Kotlin
Vendored

@file:[Volatile]
/**
* Doc comment
*/
class C{}