From e4ef92425882c8a7acdd218aadcbd8f25cd4e027 Mon Sep 17 00:00:00 2001 From: Max Medvedev Date: Mon, 17 Nov 2025 16:40:23 +0100 Subject: [PATCH] [completion] IJPL-207762 todo GitOrigin-RevId: 1c66f57f69f54f218f41600d0ac53ebdb35a94e7 --- platform/completion/common/src/protocol/RpcPrefixCondition.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/completion/common/src/protocol/RpcPrefixCondition.kt b/platform/completion/common/src/protocol/RpcPrefixCondition.kt index a71b920c17c8..c5cb6adf7b3f 100644 --- a/platform/completion/common/src/protocol/RpcPrefixCondition.kt +++ b/platform/completion/common/src/protocol/RpcPrefixCondition.kt @@ -27,6 +27,6 @@ fun ElementPattern.toRpc(): RpcPrefixCondition { ccLogger.warn("Unsupported condition: $this", Throwable()) - // todo there is no way to serialize a pattern yet + // todo IJPL-218873 there is no way to serialize a pattern yet return RpcPrefixCondition.AlwaysTrue } \ No newline at end of file