20af98c776
^KT-60831 fixed ^KT-60831 next step KT-63183 Merge-request: KT-MR-12855 Merged-by: Evgenii Mazhukin <evgenii.mazhukin@jetbrains.com>
8 lines
195 B
Kotlin
Vendored
8 lines
195 B
Kotlin
Vendored
package org.example
|
|
|
|
@OptIn(kotlin.ExperimentalMultiplatform::class)
|
|
@OptionalExpectation
|
|
@Target(AnnotationTarget.FILE)
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
internal expect annotation class A
|