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