Files
kotlin-fork/compiler/testData/diagnostics/tests/numbers/kt48361.txt
T
Dmitriy Novozhilov 3cffb33ab7 [FE] Drop ApproximateIntegerLiteralTypesInReceiverPosition language feature
This feature is not needed because it is unconditionally disabled for K1
  (because of not fully correct implementation) and unconditionally enabled
  in K2 (K2 does not support old behavior)

^KT-38895
2022-12-09 15:10:02 +00:00

6 lines
131 B
Plaintext
Vendored

package
public const val cacheSize: kotlin.Long = 16384.toLong()
public fun foo(/*0*/ ttlMillis: kotlin.Long = ...): kotlin.Unit