Generate line numbers for static delegates

Fixes debugger's "step into" for multi-file package
This commit is contained in:
Alexander Udalov
2012-10-17 15:28:28 +04:00
parent 4c710346af
commit ce2b915645
4 changed files with 44 additions and 0 deletions
@@ -0,0 +1,4 @@
fun bar() {
}
@@ -0,0 +1,4 @@
fun foo(): Int {
return 42
}