Symbol

Marks all sorts of signatures. Can contain sub-kinds marked as SymbolContentKind

Some examples:

  • primary constructor: data class CoroutineName(name: String) : AbstractCoroutineContextElement

  • constructor: fun CoroutineName(name: String)

  • function: open override fun toString(): String

  • property: val name: String

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int