mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
48 lines
1.2 KiB
Plaintext
Vendored
48 lines
1.2 KiB
Plaintext
Vendored
JetFile: manyAnnotationsOnFile.kts
|
|
FILE_ANNOTATION_LIST
|
|
ANNOTATION
|
|
PsiElement(AT)('@')
|
|
ANNOTATION_TARGET
|
|
PsiElement(file)('file')
|
|
PsiElement(COLON)(':')
|
|
PsiElement(LBRACKET)('[')
|
|
PsiWhiteSpace(' ')
|
|
ANNOTATION_ENTRY
|
|
CONSTRUCTOR_CALLEE
|
|
TYPE_REFERENCE
|
|
USER_TYPE
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('foo')
|
|
PsiElement(RBRACKET)(']')
|
|
PsiWhiteSpace('\n')
|
|
ANNOTATION
|
|
PsiElement(AT)('@')
|
|
ANNOTATION_TARGET
|
|
PsiElement(file)('file')
|
|
PsiElement(COLON)(':')
|
|
PsiElement(LBRACKET)('[')
|
|
ANNOTATION_ENTRY
|
|
CONSTRUCTOR_CALLEE
|
|
TYPE_REFERENCE
|
|
USER_TYPE
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('bar')
|
|
PsiWhiteSpace(' ')
|
|
ANNOTATION_ENTRY
|
|
CONSTRUCTOR_CALLEE
|
|
TYPE_REFERENCE
|
|
USER_TYPE
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('baz')
|
|
PsiElement(RBRACKET)(']')
|
|
PsiWhiteSpace('\n')
|
|
PACKAGE_DIRECTIVE
|
|
PsiElement(package)('package')
|
|
PsiWhiteSpace(' ')
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('bar')
|
|
IMPORT_LIST
|
|
<empty list>
|
|
SCRIPT
|
|
BLOCK
|
|
<empty list> |