rocca23
Results
2
issues of
rocca23
If a View is created based on a condition and when the condition is false, the "ghost" View is took into account when creating spacing. For example: ```swift import SwiftUI...
bug
help wanted
Example code: ```kotlin @Test fun foo() { val arg = mutableListOf() val server = mockk { coEvery { foo(captureNullable(arg)) } just runs } runBlocking { server.foo() } assertNull(arg.last()) } ```...
bug
important