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