fcfeb33501
This applies if expect class has primary constructor declared #KT-27791 Fixed
8 lines
343 B
Kotlin
Vendored
8 lines
343 B
Kotlin
Vendored
// "Implement as constructor parameters" "false"
|
|
// ERROR: Class 'End' is not abstract and does not implement abstract member public abstract val a: Int defined in IFoo
|
|
// ACTION: Create test
|
|
// ACTION: Implement members
|
|
// ACTION: Make 'End' abstract
|
|
// ACTION: Rename file to End.kt
|
|
|
|
actual class <caret>End actual constructor(i: Int) : IFoo |