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

6 lines
147 B
Kotlin
Vendored

// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
fun foo(ttlMillis: Long = 5 * 60 * 1000) {}
const val cacheSize: Long = 4096 * 4