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:
@ -59,6 +59,7 @@ fn match_expr() string {
|
|||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
fn optional_str() {
|
fn optional_str() {
|
||||||
q := 'select'
|
q := 'select'
|
||||||
s := 'x'
|
s := 'x'
|
||||||
@ -68,7 +69,7 @@ fn optional_str() {
|
|||||||
}
|
}
|
||||||
println(pos)
|
println(pos)
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
fn main() {
|
fn main() {
|
||||||
println('start')
|
println('start')
|
||||||
foo()
|
foo()
|
||||||
|
Reference in New Issue
Block a user