mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 07:51:49 -07:00
Declaration grouping uses braces rather than parentheses
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import (
|
||||
import {
|
||||
"atomics.odin";
|
||||
"os.odin";
|
||||
)
|
||||
}
|
||||
|
||||
type Semaphore struct {
|
||||
// _handle: win32.Handle,
|
||||
|
||||
Reference in New Issue
Block a user