autofree: disable ?string test for now

pull/6349/head
Alexander Medvednikov 2020-09-10 22:19:16 +02:00
parent ce6d2759f5
commit 17882db635
1 changed files with 2 additions and 1 deletions

View File

@ -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()