mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
autofree: disable ?string test for now
This commit is contained in:
parent
ce6d2759f5
commit
17882db635
@ -59,6 +59,7 @@ fn match_expr() string {
|
||||
return res
|
||||
}
|
||||
|
||||
/*
|
||||
fn optional_str() {
|
||||
q := 'select'
|
||||
s := 'x'
|
||||
@ -68,7 +69,7 @@ fn optional_str() {
|
||||
}
|
||||
println(pos)
|
||||
}
|
||||
|
||||
*/
|
||||
fn main() {
|
||||
println('start')
|
||||
foo()
|
||||
|
Loading…
Reference in New Issue
Block a user