Fix numbering in debugger tests

Line number in SourcePosition is actually 0-based
This commit is contained in:
Alexander Udalov
2012-10-19 21:12:45 +04:00
parent 3ce4d68c3b
commit 1469c1fe5e
3 changed files with 8 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
class A { fun f() {} } // A
class B { fun g() {} } // B