Files
kotlin-fork/idea/testData/codegen/currentTime.jet
T
2011-03-24 15:18:29 +01:00

3 lines
73 B
Plaintext

import java.lang.*
fun f() : Long { return System.currentTimeMillis(); }