KoIsExtensionProvider

Provides functionality related to extension types in Kotlin.

This interface extends KoBaseProvider and offers methods to determine if a declaration is an extension and to retrieve its extension receiver type.

Inheritors

Properties

Link copied to clipboard
abstract val isExtension: Boolean

Indicates whether the declaration is an extension.