[PowerAssert] Correctly align infix calls with string const receivers

^KT-65640 Fixed
This commit is contained in:
Brian Norman
2024-02-14 07:48:16 -06:00
committed by Space Team
parent 2e4d02e9f4
commit 027474cfb8
3 changed files with 0 additions and 9 deletions
@@ -1,7 +1,3 @@
// IGNORE_BACKEND_K1: JVM_IR
// IGNORE_BACKEND_K2: JVM_IR
// Disabled because of KT-65640
fun box() = expectThrowableMessage {
assert("Hello, World".matches("[A-Za-z]+".toRegex()))
}