Added test for "Can't navigate to sources of the filter() extension function"
#KT-1681can't reproduce
This commit is contained in:
@@ -21,4 +21,5 @@ fun main(args : Array<String>) : Unit {
|
||||
func()
|
||||
|
||||
WithInnerAndObject.foo()
|
||||
5.filter { it % 2 == 1 }
|
||||
}
|
||||
Reference in New Issue
Block a user