Files
kotlin-fork/idea/idea-frontend-fir/testData/symbolsByPsi/class.kt
T
2020-11-11 21:02:09 +03:00

21 lines
356 B
Kotlin
Vendored

class A {
}
// SYMBOLS:
/*
KtFirClassOrObjectSymbol:
annotations: []
classIdIfNonLocal: A
classKind: CLASS
companionObject: null
isInner: false
modality: FINAL
name: A
origin: SOURCE
primaryConstructor: KtFirConstructorSymbol(<constructor>)
superTypes: [kotlin/Any]
symbolKind: TOP_LEVEL
typeParameters: []
visibility: PUBLIC
*/