Files
kotlin-fork/compiler/testData/lineNumber/trait.kt
T
2012-08-21 16:31:29 +04:00

8 lines
111 B
Kotlin

trait A {
fun foo() = test.lineNumber()
fun bar(): Int {
return test.lineNumber()
}
}