Minor: Add test to check inferred types shown correctly in parameter info

#KT-11858 Obsolete
This commit is contained in:
Simon Ogorodnik
2017-07-06 20:39:41 +03:00
parent 0f15413d47
commit 9f340b40c2
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,4 @@
fun <A,B> foo(a: A, b: B): B = b
fun test(x: Any?) = foo(x, x!!<caret>).hashCode()
//Text: (a: Any?, <highlight>b: Any</highlight>), Disabled: false, Strikeout: false, Green: true