Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
removeModifierFromOperatorMod.kt
blob: 2d63d9e8ce3d182f0ea8264dbef9246a119253ff [
file
] [
log
] [
blame
]
// "Remove 'operator' modifier" "true"
object
A
{
operator
<caret>
fun mod
(
x
:
Int
)
{}
}