KT-14859 "Parameter Info" doesn't work properly in one case

#KT-14859 fixed
This commit is contained in:
Simon Ogorodnik
2017-01-23 16:58:45 +03:00
parent e3338c1e31
commit 5c52bdc684
3 changed files with 19 additions and 2 deletions
@@ -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 */