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