Minor: Add test to check inferred types shown correctly in parameter info
#KT-11858 Obsolete
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user