Debugger tests: do not print line numbers in stdlib

This commit is contained in:
Natalia Ukhorskaya
2014-09-12 15:33:14 +04:00
parent 3eeed559b4
commit e16673f50a
14 changed files with 45 additions and 86 deletions
@@ -0,0 +1,5 @@
package customLib.simpleLibFile
public fun foo() {
val a = 1
}