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