8 lines
199 B
Plaintext
Vendored
8 lines
199 B
Plaintext
Vendored
// "Convert member to extension" "true"
|
|
// WITH_RUNTIME
|
|
interface B {
|
|
}
|
|
|
|
inline fun B.foo() {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
} |