KT-3639 Can't find sources of AbstractIterator when navigating from stack strace
#KT-3639 fixed
This commit is contained in:
@@ -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("")
|
||||
}
|
||||
Reference in New Issue
Block a user