Files
kotlin-fork/compiler/testData/diagnostics/tests/numbers/kt48361_enabled.kt
T
2021-08-23 16:20:41 +03:00

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<!>