3cffb33ab7
This feature is not needed because it is unconditionally disabled for K1 (because of not fully correct implementation) and unconditionally enabled in K2 (K2 does not support old behavior) ^KT-38895
6 lines
100 B
Kotlin
Vendored
6 lines
100 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun foo(ttlMillis: Long = 5 * 60 * 1000) {}
|
|
|
|
const val cacheSize: Long = 4096 * 4
|