Files
kotlin-fork/idea/testData/quickfix/declarationCantBeInlined/inInterface.kt.after
T
2019-11-13 08:37:25 +09:00

8 lines
127 B
Plaintext
Vendored

// "Convert member to extension" "true"
// WITH_RUNTIME
interface B {
}
inline fun B.foo() {
TODO("Not yet implemented")
}