Fixed bug with local function

This commit is contained in:
Valentin Kipyatkov
2015-10-05 21:25:34 +03:00
parent 9da7f39195
commit 064ff5d8cc
3 changed files with 27 additions and 8 deletions
@@ -0,0 +1,9 @@
fun foo() {
fun fff(p: String, c: Char) {}
fff(<caret>)
}
// TYPE: "1, "
//Text: (p: String, <highlight>c: Char</highlight>), Disabled: true, Strikeout: false, Green: true