Files
kotlin-fork/idea/testData/quickfix/autoImports/divOperator.after.kt
T
2014-01-16 22:11:55 +04:00

13 lines
117 B
Kotlin

// "Import" "true"
// ERROR: Unresolved reference: /
package h
import util.div
trait H
fun f(h: H) {
h / 3
}