EA-70229 - IOOBE (KotlinFunctionInsertHandler): ImmutableText.findLeaf

#EA-70229 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-08-14 18:37:17 +03:00
parent b7c1bed809
commit 4ba1f423e1
6 changed files with 32 additions and 11 deletions
@@ -0,0 +1,6 @@
// ELEMENT: foo
// CHAR: '\t'
fun foo(handler: () -> Unit){}
val v = <caret>
@@ -0,0 +1,6 @@
// ELEMENT: foo
// CHAR: '\t'
fun foo(handler: () -> Unit){}
val v = foo { <caret> }