Skip to content

Commit 4486961

Browse files
Clarify KaClassSymbol.superTypes
1 parent 2c210b3 commit 4486961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Writerside/topics/KaClassSymbol.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Notable inheritors: [KaNamedClassSymbol](KaNamedClassSymbol.md), [KaAnonymousObj
2121
: The class kind (ordinary class, interface, enum class, etc.).
2222

2323
`val superTypes: List<KaType>`
24-
: A complete list of class supertypes up to `Any`.
24+
: A list of the direct supertypes of the class. If the class has no explicit supertypes, the supertype will be `Any`, or
25+
a special supertype such as `Enum` for enum classes.
2526

2627
## Type utilities
2728

0 commit comments

Comments
 (0)