Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6433769d087256fc62b9017d0d6dd7eb86891d65
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
infix
/
DispatchInfixConstantReceiver.kt
blob: 4fdff7babea453bce07db937ddbe7b4e1057a34a [
file
]
// FUNCTION: infix.dispatch.Wrapper.mustEqual
import
infix
.
dispatch
.*
fun box
()
=
expectThrowableMessage
{
Wrapper
(
1
)
mustEqual
(
2
+
4
)
}