[PowerAssert] Add tests to recreate KT-65810
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// FUNCTION: infix.extension.mustEqual
|
||||
|
||||
import infix.extension.*
|
||||
|
||||
fun box() = expectThrowableMessage {
|
||||
"hello".substring(1, 4).length mustEqual "world".length
|
||||
}
|
||||
Reference in New Issue
Block a user