21 lines
356 B
Kotlin
Vendored
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
|
|
*/
|