Improved type system checks

This commit is contained in:
Eduard Urbach 2025-02-10 14:09:27 +01:00
parent f1c8b2daf5
commit e2f607805c
Signed by: eduard
GPG key ID: 49226B848C78F6C8
9 changed files with 49 additions and 61 deletions

View file

@ -0,0 +1,3 @@
main() {
len(123)
}