Files
kotlin-fork/js/js.translator/testData/lineNumbers/objectInstanceFunction.kt
T
2017-05-30 12:48:49 +03:00

7 lines
65 B
Kotlin
Vendored

object O
fun foo() {
println("foo")
}
// LINES: 1 * 1 1 1 4