Files
T
2019-08-27 17:26:08 +07:00

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