line number codegen tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A {
|
||||
val prop : Int
|
||||
get() {
|
||||
return test.lineNumber()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user