Speaking of 1.1-M04: ``` infix operator fu...
# eap
c
Speaking of 1.1-M04:
Copy code
infix 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?