Files
kotlin-fork/idea/testData/quickfix/addDefaultConstructor/expectAnnotation2.kt
T
2020-06-30 23:22:08 +07:00

8 lines
241 B
Kotlin
Vendored

// "Add default constructor to 'expect' class" "true"
// ENABLE_MULTIPLATFORM
// ERROR: Expected annotation class 'Foo' has no actual declaration in module light_idea_test_case for JVM
expect annotation class Foo
@Foo()<caret>
fun bar() {}