Files
kotlin-fork/compiler/testData/psi/packages/PackageLeadingDotDoubleID.txt
T
2015-10-15 19:20:07 +03:00

13 lines
410 B
Plaintext
Vendored

JetFile: PackageLeadingDotDoubleID.kt
PACKAGE_DIRECTIVE
PsiElement(package)('package')
PsiWhiteSpace(' ')
PsiErrorElement:Package name must be a '.'-separated identifier list
PsiElement(DOT)('.')
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('a')
IMPORT_LIST
<empty list>
PsiWhiteSpace(' ')
PsiErrorElement:Expecting a top level declaration
PsiElement(IDENTIFIER)('b')