[Tests] Fix accidental overload resolution ambiguity in test
This commit is contained in:
committed by
Space Team
parent
bb6d4acfb2
commit
cee355196a
@@ -28,8 +28,6 @@ inline fun monitorInFinally(a: () -> Unit, b: () -> Unit) {
|
|||||||
|
|
||||||
fun builder(c: suspend () -> Unit) {}
|
fun builder(c: suspend () -> Unit) {}
|
||||||
|
|
||||||
private val lock = Any()
|
|
||||||
|
|
||||||
suspend fun suspensionPoint() {}
|
suspend fun suspensionPoint() {}
|
||||||
|
|
||||||
fun test() {
|
fun test() {
|
||||||
|
|||||||
Reference in New Issue
Block a user