62b774b2e3
^KT-38895
6 lines
147 B
Kotlin
Vendored
6 lines
147 B
Kotlin
Vendored
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
|
|
|
fun foo(ttlMillis: Long = 5 * 60 * 1000) {}
|
|
|
|
const val cacheSize: Long = 4096 * 4
|