Added tests that surprisingly passed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun <T> T.foo(): (item: T) -> Unit{}
|
||||
|
||||
fun f() {
|
||||
val v = "a".foo()
|
||||
v(<caret>)
|
||||
}
|
||||
|
||||
/*
|
||||
Text: (<highlight>item: String</highlight>), Disabled: false, Strikeout: false, Green: true
|
||||
*/
|
||||
Reference in New Issue
Block a user