Refactoring: make "replace get or set" an inspection
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// PROBLEM: none
|
||||
package p
|
||||
|
||||
class C
|
||||
|
||||
fun C.get(s: String) = s
|
||||
|
||||
fun foo(c: C) {
|
||||
c.<caret>get("x")
|
||||
}
|
||||
Reference in New Issue
Block a user