cedric
01/14/2017, 5:55 PMinfix operator fun rem(b: Ubyte) = Ubyte(toInt() % b.toInt())
C:\Users\Cedric\t\kotlin-unsigned\.\src\main\kotlin\unsigned.kt:115:11 'operator' modifier is inapplicable on this function: illegal function name
Any idea about this error?