Fix ISE when caret is on parameter of function type

EA-68570
This commit is contained in:
Alexander Udalov
2015-05-28 19:11:57 +03:00
parent dff3e17d88
commit bf09906f35
3 changed files with 12 additions and 4 deletions
@@ -0,0 +1,2 @@
// IS_APPLICABLE: false
fun foo(x: (<caret>String) -> Unit) {}