Skip to content

Commit

Permalink
Clarify KaClassSymbol.superTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopennekamp committed Sep 30, 2024
1 parent 2c210b3 commit 4486961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Writerside/topics/KaClassSymbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Notable inheritors: [KaNamedClassSymbol](KaNamedClassSymbol.md), [KaAnonymousObj
: The class kind (ordinary class, interface, enum class, etc.).

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

## Type utilities

Expand Down

0 comments on commit 4486961

Please sign in to comment.