mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
rename if_st to if_statement
This commit is contained in:
@@ -743,7 +743,7 @@ fn (p mut Parser) factor() string {
|
||||
return p.assoc()
|
||||
}
|
||||
.key_if {
|
||||
typ = p.if_st(true, 0)
|
||||
typ = p.if_statement(true, 0)
|
||||
return typ
|
||||
}
|
||||
.key_match {
|
||||
|
Reference in New Issue
Block a user