Files
kotlin-fork/idea/idea-frontend-fir/testData/symbolPointer/classPrimaryConstructor.kt
T

35 lines
663 B
Kotlin
Vendored

class A() {
}
// SYMBOLS:
KtFirConstructorSymbol:
annotatedType: [] A
annotations: []
containingClassIdIfNonLocal: A
dispatchType: null
isPrimary: true
origin: SOURCE
symbolKind: MEMBER
typeParameters: []
valueParameters: []
visibility: PUBLIC
KtFirClassOrObjectSymbol:
annotations: []
classIdIfNonLocal: A
classKind: CLASS
companionObject: null
isData: false
isExternal: false
isFun: false
isInline: false
isInner: false
modality: FINAL
name: A
origin: SOURCE
primaryConstructor: KtFirConstructorSymbol(<constructor>)
superTypes: [[] kotlin/Any]
symbolKind: TOP_LEVEL
typeParameters: []
visibility: PUBLIC