KT-3639 Can't find sources of AbstractIterator when navigating from stack strace

#KT-3639 fixed
This commit is contained in:
Evgeny Gerashchenko
2015-06-15 14:29:18 +03:00
parent 811fed547b
commit 0dd151142d
5 changed files with 72 additions and 9 deletions
@@ -0,0 +1 @@
This test doesn't have sources, but IDEA test framework needs sources dir
@@ -0,0 +1,10 @@
package test
class Foo {
fun member() {
}
}
fun foo() {
println()
}
@@ -0,0 +1,5 @@
package test
fun other() {
println("")
}