[Tests] Fix accidental overload resolution ambiguity in test

This commit is contained in:
Kirill Rakhman
2023-08-11 09:35:23 +02:00
committed by Space Team
parent bb6d4acfb2
commit cee355196a
@@ -28,8 +28,6 @@ inline fun monitorInFinally(a: () -> Unit, b: () -> Unit) {
fun builder(c: suspend () -> Unit) {}
private val lock = Any()
suspend fun suspensionPoint() {}
fun test() {