Files
kotlin-fork/idea/testData/quickfix/autoImports/postfixOperator.before.Dependency.kt
T

4 lines
45 B
Kotlin
Vendored

package util
operator fun h.H.inc(): h.H {
}