Files
kotlin-fork/idea/testData/quickfix/autoImports/falsePostfixOperator.before.data.Sample.kt
T

4 lines
42 B
Kotlin

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