fcfeb33501
This applies if expect class has primary constructor declared #KT-27791 Fixed
4 lines
199 B
Kotlin
Vendored
4 lines
199 B
Kotlin
Vendored
// "Implement as constructor parameters" "true"
|
|
// ERROR: Class 'End' is not abstract and does not implement abstract member public abstract val a: Int defined in IFoo
|
|
|
|
actual class <caret>End : IFoo |