commit | 3f200fab2237ea478a71997a9864b935506bb96e | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel.jakob@epfl.ch> | Tue May 17 15:35:29 2016 +0200 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Tue May 17 15:35:29 2016 +0200 |
tree | 887d031ed17e739aa533982ae6bb2af5046b4027 | |
parent | a439ccaa0e41899f0f656f798891ea1b3d999951 [diff] [blame] |
don't implicitly convert doubles to ints
diff --git a/example/issues.ref b/example/issues.ref index 2d34f42..af61939 100644 --- a/example/issues.ref +++ b/example/issues.ref
@@ -8,3 +8,7 @@ Failed as expected: Incompatible function arguments. The following argument types are supported: 1. (example.issues.ElementA) -> NoneType +Failed as expected: Incompatible function arguments. The following argument types are supported: + 1. (int) -> int + +12.0