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