Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
kt55747.kt
blob: 0b9c5b82885b3f99a5640dd7c71d1d18dabc2ee8 [
file
]
// FIR_IDENTICAL
object
Rem
{
<!
FORBIDDEN_BINARY_MOD
!>
operator
<!>
fun mod
(
x
:
Int
)
{}
<!
FORBIDDEN_BINARY_MOD
!>
operator
<!>
fun modAssign
(
x
:
Int
)
{}
}