From ca4142ad5d23859e7afcca4c396b9b024737d1ba Mon Sep 17 00:00:00 2001 From: alfredo-toledano Date: Sat, 30 Nov 2024 15:17:46 +0100 Subject: [PATCH] doc(docs.topics.multiplatform.expectAndActual): add notes --- docs/topics/multiplatform/multiplatform-expect-actual.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/multiplatform/multiplatform-expect-actual.md b/docs/topics/multiplatform/multiplatform-expect-actual.md index 5cb4e1e0aca..df632b28524 100644 --- a/docs/topics/multiplatform/multiplatform-expect-actual.md +++ b/docs/topics/multiplatform/multiplatform-expect-actual.md @@ -18,6 +18,7 @@ 1. NOT include any implementation -- Reason: 🧠implementation | platform-specific code 🧠 -- 2. Mark this construct with the `expect` keyword 1. 👀== _expected declaration_ 👀 + 2. ❌can NOT have a body❌ 3. | EACH platform-specific source set's SAME package, declare the same construct & mark it with the `actual` keyword 1. 👀== _actual declaration_ 👀