KT-10006 Parameter Info does not work for smart cast receiver
#KT-10006 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
interface I
|
||||
|
||||
fun I.foo(p: Int): Boolean = true
|
||||
|
||||
fun foo(o: Any?) {
|
||||
if (o is I?) {
|
||||
o?.foo(<caret>)
|
||||
}
|
||||
}
|
||||
|
||||
//Text: (<highlight>p: Int</highlight>), Disabled: false, Strikeout: false, Green: true
|
||||
Reference in New Issue
Block a user