mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: check (mut f Foo)
syntax
This commit is contained in:
@ -23,7 +23,7 @@ mut:
|
||||
temp_lines []string // all the temporary expressions/printlns
|
||||
}
|
||||
|
||||
fn (r mut Repl) checks() bool {
|
||||
fn (mut r Repl) checks() bool {
|
||||
mut in_string := false
|
||||
was_indent := r.indent > 0
|
||||
|
||||
|
Reference in New Issue
Block a user