From fc9c05bfd46e17ff745ab6443758787036ebbe9e Mon Sep 17 00:00:00 2001 From: Mark McCulloh Date: Sun, 17 Mar 2024 16:15:50 -0400 Subject: [PATCH] add missing extern --- examples/tests/valid/dynamo.test.w | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tests/valid/dynamo.test.w b/examples/tests/valid/dynamo.test.w index 99752ce5c2f..d1a8817b6d8 100644 --- a/examples/tests/valid/dynamo.test.w +++ b/examples/tests/valid/dynamo.test.w @@ -54,6 +54,7 @@ class DynamoTable { } } + extern "./dynamo.ts" static inflight _getItem(tableName: str, key: Json): Json; extern "./dynamo.ts" static inflight _putItem(tableName: str, item: Json): void; pub inflight putItem(item: Map) {