7917e511ed
Also remove sinceVersion parameter from ApproximateIntegerLiteralTypesInReceiverPosition language feature ^KT-48992 Fixed
6 lines
225 B
Kotlin
Vendored
6 lines
225 B
Kotlin
Vendored
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition +ReportChangingIntegerOperatorResolve
|
|
|
|
fun foo(ttlMillis: Long = <!TYPE_MISMATCH!>5 * 60 * 1000<!>) {}
|
|
|
|
const val cacheSize: Long = <!TYPE_MISMATCH!>4096 * 4<!>
|