autofree: disable ?string test for now
parent
ce6d2759f5
commit
17882db635
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue