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

11 lines
374 B
Kotlin
Vendored

// "Add default constructor to expect class" "false"
// ENABLE_MULTIPLATFORM
// ACTION: Make internal
// ACTION: Make private
// ACTION: Remove constructor call
// ERROR: Expected annotation class 'Foo' has no actual declaration in module light_idea_test_case for JVM
// ERROR: This class does not have a constructor
expect annotation class Foo
@Foo("")<caret>
fun bar() {}