line number codegen tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
trait A {
|
||||
fun foo() = test.lineNumber()
|
||||
|
||||
fun bar(): Int {
|
||||
return test.lineNumber()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user