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