KoIsTopLevelProvider

An interface representing a Kotlin declaration that provides information about whether it is defined at top level.

Inheritors

Properties

Link copied to clipboard
abstract val isTopLevel: Boolean

Determines whatever the declaration is defined at top level.