[PowerAssert] Add codegen tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// 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()))
|
||||
}
|
||||
Reference in New Issue
Block a user