KT-14859 "Parameter Info" doesn't work properly in one case
#KT-14859 fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun String.method1(fn: String.() -> Unit = {}) {}
|
||||
|
||||
fun String.method2(param1: Int) {}
|
||||
|
||||
fun String.method3() {
|
||||
method1 {
|
||||
method2(<caret>)
|
||||
}
|
||||
}
|
||||
|
||||
/* Text: (<highlight>param1: Int</highlight>), Disabled: false, Strikeout: false, Green: true */
|
||||
Reference in New Issue
Block a user