5aa7216c13
#KT-18503 Fixed
9 lines
145 B
Kotlin
Vendored
9 lines
145 B
Kotlin
Vendored
package conflicts.extensions
|
|
|
|
fun Byte.inv(): Byte = (255 - this).toByte()
|
|
|
|
fun foo1() {}
|
|
fun foo2() {}
|
|
fun foo3() {}
|
|
fun foo4() {}
|
|
fun foo5() {} |