Intentions: Fix contentRange() on empty KtBlockExpression
#KT-10776 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun acceptLambda(f: () -> Unit) = f()
|
||||
|
||||
fun foo() {
|
||||
acceptLambda(<caret>fun(): Unit {})
|
||||
}
|
||||
Reference in New Issue
Block a user