We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3592a8c commit 2d0e862Copy full SHA for 2d0e862
kotlinx-coroutines-test/README.md
@@ -277,7 +277,7 @@ important to ensure that [cleanupTestCoroutines][TestCoroutineScope.cleanupTestC
277
```kotlin
278
class TestClass {
279
private val testScope = TestCoroutineScope()
280
- private lateinit var subject: Subject = null
+ private lateinit var subject: Subject
281
282
@Before
283
fun setup() {
0 commit comments