hasNonStableParameterNames

Indicates that the corresponding constructor has non-stable parameter names, i.e., cannot be called with named arguments.

Currently, this attribute is Kotlin/Native-specific and is never set by Kotlin/JVM compiler. This may be changed in the future.


Indicates that the corresponding function has non-stable parameter names, i.e., cannot be called with named arguments.

Currently, this attribute is Kotlin/Native-specific and is never set by Kotlin/JVM compiler. This may be changed in the future.