Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
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
)
}