mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Check for empty generic declaration list
This commit is contained in:
@@ -14,10 +14,6 @@ import (
|
||||
"utf16.odin";
|
||||
)
|
||||
|
||||
const (
|
||||
X = 123;
|
||||
Y = 432;
|
||||
)
|
||||
|
||||
proc main() {
|
||||
proc(s: string){
|
||||
|
||||
Reference in New Issue
Block a user