86fe10ba44
#KT-20718
8 lines
241 B
Kotlin
Vendored
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() {} |