From ea2a908d820d326b092e74117f6a37ddd755e203 Mon Sep 17 00:00:00 2001 From: Vladimir Lebedev Date: Thu, 23 Nov 2023 14:04:32 +0700 Subject: [PATCH] Fix return type --- cp0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cp0.json b/cp0.json index 969a317..6c9a5a1 100644 --- a/cp0.json +++ b/cp0.json @@ -9788,8 +9788,8 @@ "stack": [ { "type": "simple", - "name": "b2", - "value_types": ["Builder"] + "name": "s", + "value_types": ["Slice"] } ] }