mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
8 lines
88 B
Kotlin
8 lines
88 B
Kotlin
// FILE: test.kt
|
|
|
|
package test
|
|
|
|
import java.util.concurrent.TimeUnit.*
|
|
|
|
val c = SECONDS
|