Files
kotlin-fork/idea/testData/multiModuleQuickFix/actualWithoutExpect/common/common.kt
T
Mikhail Glukhikh ed5791ed9e Introduce "remove actual" fix for ACTUAL_WITHOUT_EXPECT
Related to KT-25044
2018-08-09 12:59:57 +03:00

5 lines
90 B
Kotlin
Vendored

expect interface ExpInterface {
fun first()
}
expect class ExpImpl : ExpInterface { }