chore: removed engine

This commit is contained in:
Sara Gerretsen 2026-04-28 14:57:41 +02:00
parent 7fa4aac1c2
commit 49db301d52
13849 changed files with 0 additions and 7324366 deletions

View file

@ -1,10 +0,0 @@
func test():
# This should emit a warning.
var __ = 5 / 2
# These should not emit warnings.
__ = float(5) / 2
__ = 5 / float(2)
__ = 5.0 / 2
__ = 5 / 2.0
__ = 5.0 / 2.0