Companion
object Companion
Properties
Link copied to clipboard
This is a "modifier" to differentiate parameters in functions that are "keyword" only. This information will be stored in ParameterDeclaration.modifiers so that we can use is later in call resolving.
Link copied to clipboard
This is a "modifier" to differentiate parameters in functions that are "positional" only. This information will be stored in ParameterDeclaration.modifiers so that we can use is later in call resolving.