Github user kaspersorensen commented on the issue:
https://github.com/apache/metamodel/pull/128
Yes, I should have of course tested that to explain what I mean. But a
simple
```
System.out.println("An avg: " + (199 / 100));
```
outputs
```
An avg: 1
```---
