Files
kotlin-fork/idea/testData/multiModuleQuickFix/actualImplementAsConstructorParam/common/common.kt
T
Mikhail Glukhikh fcfeb33501 Don't suggest "Implement as constructor parameters" in actual class
This applies if expect class has primary constructor declared
#KT-27791 Fixed
2018-11-07 11:56:55 +03:00

5 lines
58 B
Kotlin
Vendored

interface IFoo {
val a: Int
}
expect class End : IFoo