9 lines
105 B
Kotlin
Vendored
9 lines
105 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// FILE: test.kt
|
|
|
|
package test
|
|
|
|
import java.util.concurrent.TimeUnit.*
|
|
|
|
val c = SECONDS
|