blob: 69d9027f4dee445d00ba0669d63ae68f079698ef [file] [log] [blame]
package conflicts.extensions
fun Byte.inv(): Byte = (255 - this).toByte()
fun foo1() {}
fun foo2() {}
fun foo3() {}
fun foo4() {}
fun foo5() {}