Files
kotlin-fork/compiler/testData/cli/jvm/readingConfigFromEnvironment/overridingXx.kt
T
2022-02-16 18:41:50 +03:00

4 lines
82 B
Kotlin
Vendored

fun foo(ttlMillis: Long = 5 * 60 * 1000) {}
const val cacheSize: Long = 4096 * 4