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