[PowerAssert] Add codegen tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun box() = expectThrowableMessage {
|
||||
val hello = "Hello"
|
||||
assert(hello.length == "World".substring(1, 4).length)
|
||||
}
|
||||
Reference in New Issue
Block a user