Added test for "Can't navigate to sources of the filter() extension function"
#KT-1681can't reproduce
This commit is contained in:
@@ -20,3 +20,5 @@ package testData.libraries
|
||||
[final fun func(val a : jet.Int, val b : jet.String) : Unit { /* compiled code */ }]
|
||||
|
||||
[final fun main(val args : jet.Array<jet.String>) : Unit { /* compiled code */ }]
|
||||
|
||||
[final fun <T : jet.Any?>T.filter(val predicate : (T) -> jet.Boolean) : T? { /* compiled code */ }]
|
||||
|
||||
Reference in New Issue
Block a user