checker: remove an obsolete const test

pull/8265/head
Alexander Medvednikov 2021-01-24 10:17:36 +01:00
parent 1c8c3a109d
commit 80e6b090ea
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
module main
const (
age = 40
)
fn main() {
age := 30
println(age)
}