quickfix to add 'operator' keyword to operator-like functions
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Add 'operator' modifier" "true"
|
||||
class A {
|
||||
fun <caret>plus(other: A): A = A()
|
||||
}
|
||||
Reference in New Issue
Block a user