W3cubDocs

/Kotlin

<init>

Platform and version requirements: JS (1.1), Native (1.3)
<init>()

The experimental marker for associated objects API.

Any usage of a declaration annotated with @ExperimentalAssociatedObjects must be accepted either by annotating that usage with the OptIn annotation, e.g. @OptIn(ExperimentalAssociatedObjects::class), or by using the compiler argument -Xopt-in=kotlin.reflect.ExperimentalAssociatedObjects.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-experimental-associated-objects/-init-.html