d8417fd622
#KT-47099 Fixed
11 lines
180 B
Kotlin
Vendored
11 lines
180 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// ADDITIONAL_COMPILER_ARGUMENTS: -opt-in=kotlin.ExperimentalMultiplatform
|
|
|
|
@OptionalExpectation
|
|
expect annotation class A()
|
|
|
|
expect class C {
|
|
@A
|
|
fun f()
|
|
}
|