KT-9628 Intention&inspection to replace use of "set" operator function with []
#KT-9628 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun test() {
|
||||
class Test{
|
||||
operator fun get(a: Int=1, b: Int=2) : Int = 0
|
||||
}
|
||||
val test = Test()
|
||||
test.g<caret>et(b=3)
|
||||
}
|
||||
Reference in New Issue
Block a user