delete unnecessary lines
parent
846d4e2210
commit
2a0d8072c1
|
@ -2781,9 +2781,7 @@ fn (p mut Parser) if_st(is_expr bool, elif_depth int) string {
|
||||||
mut typ := ''
|
mut typ := ''
|
||||||
// if { if hack
|
// if { if hack
|
||||||
if p.tok == .key_if && p.inside_if_expr {
|
if p.tok == .key_if && p.inside_if_expr {
|
||||||
println('AAAWWFAFAF')
|
|
||||||
typ = p.factor()
|
typ = p.factor()
|
||||||
println('QWEWQE typ=$typ')
|
|
||||||
p.next()
|
p.next()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue