Files
kotlin-fork/idea/testData/quickfix/declarationCantBeInlined/inInterface.kt.after
T
2018-10-04 13:11:36 +02:00

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.
}