KT-2300 Auto-insertion of parenthesis by completion is not good for functions like "filter"
#KT-2300 fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun <T> jet.Array<T>.filter(predicate : (T) -> jet.Boolean) : java.util.List<T> = throw UnsupportedOperationException()
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
args.fil<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user