4d9b19da82
#KT-18539 Fixed
9 lines
161 B
Plaintext
Vendored
9 lines
161 B
Plaintext
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class My {
|
|
actual fun foo(param: String): Int {
|
|
TODO("Not yet implemented")
|
|
}
|
|
}
|