Special behaviour for space completion char on function literal insertion
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Some
|
||||
fun <T> Some.filter(predicate : (T) -> jet.Boolean) = throw UnsupportedOperationException()
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
Some().fil<caret>
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
class Some
|
||||
fun <T> Some.filter(predicate : (T) -> jet.Boolean) = throw UnsupportedOperationException()
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
Some().filter { <caret> }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user