Show lambda parameter info #KT-13118 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
30fc76a602
commit
c44d3a8d68
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
foo {<caret> it.length }
|
||||
}
|
||||
|
||||
fun foo(f: (String) -> Int) {}
|
||||
//Text: (<highlight>f: (String) -> Int</highlight>), Disabled: false, Strikeout: false, Green: true
|
||||
Reference in New Issue
Block a user