4 lines
86 B
Kotlin
Vendored
4 lines
86 B
Kotlin
Vendored
package util
|
|
|
|
operator fun h.H.div(i: Int) = 3
|
|
operator fun h.H.timesAssign(i: Int) {} |