Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
replaceModToRem.kt
blob: ae18c63e867a925a92ec2305ae4a160330185538 [
file
] [
log
] [
blame
]
// "Replace with 'rem(other)'" "true"
fun test
()
{
1.
<caret>
mod
(
3
)
}