From fedb312c478ea656b63e8f608adb315db4fa6867 Mon Sep 17 00:00:00 2001 From: connnnal <216976529+connnnal@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:05:51 +0100 Subject: Oops --- tests/completions_test.odin | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/completions_test.odin b/tests/completions_test.odin index 9e54fbb..f6dbd2d 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -3414,11 +3414,6 @@ ast_complete_ptr_using :: proc(t: ^testing.T) { }, } - main :: proc() { - a: A - a.foo = 2 - } - main :: proc() { foo: A foo.{*} -- cgit v1.2.3