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

5 lines
99 B
Kotlin
Vendored

// "Convert member to extension" "true"
// WITH_RUNTIME
interface B {
<caret>inline fun foo()
}