Files
kotlin-fork/idea/testData/addImport/ConflictsExtensions1.dependency1.kt
T
2019-01-24 11:40:25 +03:00

3 lines
87 B
Kotlin
Vendored

package conflicts.extensions.deps
fun Byte.inv(max: Int): Byte = (max - this).toByte()