feat: erased accidentally added engine files
This commit is contained in:
parent
f0fc98b2b8
commit
202693b275
12525 changed files with 0 additions and 6255369 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue