OperatorToFunctionIntention and SwapBinaryExpressionIntention: more narrow availability range + no i18n
This commit is contained in:
@@ -4,5 +4,5 @@ class coffee() {
|
||||
}
|
||||
}
|
||||
fun main() {
|
||||
val f = coffee().<caret>invoke()
|
||||
val f = coffee().invoke<caret>()
|
||||
}
|
||||
Reference in New Issue
Block a user