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

8 lines
234 B
Plaintext
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
fun bar() {}