diff options
| author | connnnal <216976529+connnnal@users.noreply.github.com> | 2025-07-06 19:05:51 +0100 |
|---|---|---|
| committer | connnnal <216976529+connnnal@users.noreply.github.com> | 2025-07-06 19:05:51 +0100 |
| commit | fedb312c478ea656b63e8f608adb315db4fa6867 (patch) | |
| tree | 169a46f3b64c2b2b2901e13b3b980c4549aace08 | |
| parent | 3f0804780f76393705da1c2e06daca2982198d62 (diff) | |
Oops
| -rw-r--r-- | tests/completions_test.odin | 5 |
1 files changed, 0 insertions, 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 @@ -3415,11 +3415,6 @@ ast_complete_ptr_using :: proc(t: ^testing.T) { } main :: proc() { - a: A - a.foo = 2 - } - - main :: proc() { foo: A foo.{*} } |