40614507d3
^KT-48361 Fixed
8 lines
204 B
Kotlin
Vendored
8 lines
204 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// LANGUAGE: +ApproximateIntegerLiteralTypesInReceiverPosition
|
|
|
|
fun foo(ttlMillis: Long = <!TYPE_MISMATCH!>5 * 60 * 1000<!>) {}
|
|
|
|
const val cacheSize: Long = <!TYPE_MISMATCH!>4096 * 4<!>
|
|
|