Added test for "Can't navigate to sources of the filter() extension function"

#KT-1681can't reproduce
This commit is contained in:
Evgeny Gerashchenko
2012-04-04 18:54:09 +04:00
parent 53b6218878
commit 9b04e85282
4 changed files with 13 additions and 2 deletions
@@ -21,4 +21,5 @@ fun main(args : Array<String>) : Unit {
func()
WithInnerAndObject.foo()
5.filter { it % 2 == 1 }
}