Fixed bug with local function
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user