Files
kotlin-fork/compiler/testData/diagnostics/tests/numbers/kt48361_disabled.fir.kt
T
2021-11-16 13:29:12 +03:00

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