We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbcf9c commit 1743224Copy full SHA for 1743224
src/test/kotlin/integration/CLIIntegrationTest.kt
@@ -45,7 +45,7 @@ abstract class CLIIntegrationTest {
45
class Interceptor(out: OutputStream) : PrintStream(out, true) {
46
val output = StringBuilder()
47
48
- override fun print(s: String) {
+ override fun print(s: String?) {
49
output.append(s)
50
}
51
0 commit comments