Minor. Do not check suffix of function for tail-call optimization hit

This commit is contained in:
Ilmir Usmanov
2020-09-28 16:53:06 +02:00
parent 7d277b907f
commit 6ae2951850
2 changed files with 3 additions and 3 deletions
@@ -34,6 +34,6 @@ fun box(): String {
val channel: Channel<String> = AbstractChannel<String>()
res = channel.receiveOrClosed().holder as String
}
TailCallOptimizationChecker.checkStateMachineIn("receiveOrClosed-v5DwqjU")
TailCallOptimizationChecker.checkStateMachineIn("receiveOrClosed")
return res
}