Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
addDefaultConstructor
/
expectAnnotation.kt
blob: bf34c6d9b7d50bb8997e382ff6cac693a7ecbfbc [
file
] [
log
] [
blame
]
// "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
()
{}