MemberNameEqualsClassName: 1 A member should not be given the same name as its parent class or object.Documentation
coroutines-run-blocking-all/common/test/kotlin/com/javiersc/kotlinx/coroutines/run/blocking/RunBlockingAllTest.kt:9:5A member is named after the class. This might result in confusion. Either rename the member or change it to a constructor.