4d9b19da82
#KT-18539 Fixed
8 lines
143 B
Plaintext
Vendored
8 lines
143 B
Plaintext
Vendored
// "Implement members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class C : I {
|
|
actual override fun f() {
|
|
TODO("Not yet implemented")
|
|
}
|
|
} |