mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
29 lines
765 B
Plaintext
Vendored
29 lines
765 B
Plaintext
Vendored
JetFile: LineCommentAfterFileAnnotations.kt
|
|
FILE_ANNOTATION_LIST
|
|
ANNOTATION
|
|
PsiElement(AT)('@')
|
|
ANNOTATION_TARGET
|
|
PsiElement(file)('file')
|
|
PsiElement(COLON)(':')
|
|
PsiElement(LBRACKET)('[')
|
|
ANNOTATION_ENTRY
|
|
CONSTRUCTOR_CALLEE
|
|
TYPE_REFERENCE
|
|
USER_TYPE
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('Volatile')
|
|
PsiElement(RBRACKET)(']')
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
PsiWhiteSpace('\n')
|
|
CLASS
|
|
PsiComment(EOL_COMMENT)('// class C')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('C')
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiElement(RBRACE)('}') |