Files
kotlin-fork/compiler/testData/diagnostics/tests/evaluate/customExtensionOverKotlinExtensionInConst.txt
T
Ilya Gorbunov 9cc8f44390 Support mod and floorDiv extensions in constant evaluator
Ignore evaluation tests for floorDiv and mod with FIR for now.
2021-03-05 23:46:57 +03:00

7 lines
204 B
Plaintext
Vendored

package
public const val a1: kotlin.Int
public const val b1: kotlin.Int
public fun kotlin.Int.floorDiv(/*0*/ other: kotlin.Int): kotlin.Int
public fun kotlin.Int.mod(/*0*/ other: kotlin.Int): kotlin.Int