Files
kotlin-fork/plugins/power-assert/testData/codegen/infix/DispatchNonInfixOnlyConstants.kt
T
2024-02-07 21:51:17 +00:00

8 lines
139 B
Kotlin
Vendored

// FUNCTION: infix.dispatch.Wrapper.mustEqual
import infix.dispatch.*
fun box() = expectThrowableMessage {
Wrapper(2).mustEqual(6)
}