Fix navigation to file from "breakpoint reached at" info

This commit is contained in:
Natalia Ukhorskaya
2015-05-28 16:12:50 +03:00
parent 746b16fce3
commit 31db945110
3 changed files with 21 additions and 4 deletions
@@ -0,0 +1,3 @@
fun main(args: Array<String>) {
println("hello")
}