Quickfix for "Expression cannot be invoked as a function" with no arguments to remove parentheses
#KT-10825 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Change to property access" "true"
|
||||
class A(val ff: String)
|
||||
|
||||
fun x() {
|
||||
val y = A("").f<caret>f()
|
||||
}
|
||||
Reference in New Issue
Block a user