Update to go1.24.0
This commit is contained in:
@@ -8,7 +8,7 @@ package main
|
||||
|
||||
func main() {
|
||||
if x { } // GCCGO_ERROR "undefined"
|
||||
else { } // ERROR "unexpected semicolon or newline before .?else.?|unexpected else"
|
||||
else { } // ERROR "unexpected semicolon or newline before .?else.?|unexpected keyword else"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user