4dd95e5640
It works at INFORMATION level only and is intended to form quick-fixes to add relevant actual declarations. #KT-25533 Fixed
11 lines
332 B
Kotlin
Vendored
11 lines
332 B
Kotlin
Vendored
// "Create actual annotation class for module testModule_JVM (JVM)" "true"
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.OptionalExpectationInspection
|
|
|
|
package kotlin
|
|
|
|
annotation class ExperimentalMultiplatform
|
|
annotation class OptionalExpectation
|
|
|
|
@ExperimentalMultiplatform
|
|
@OptionalExpectation
|
|
expect annotation class <caret>Ann |