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({ 1 }, { 2 }) {<caret> it.length }
|
||||
}
|
||||
|
||||
fun foo(a: (Unit) -> Int, b: (Unit) -> Int, c: (String) -> Int) {}
|
||||
//Text: (a: (Unit) -> Int, b: (Unit) -> Int, <highlight>c: (String) -> Int</highlight>), Disabled: false, Strikeout: false, Green: true
|
||||
Reference in New Issue
Block a user