Update test about conversions, remove irrelevant case

This commit is contained in:
Mikhail Zarechenskiy
2020-02-11 13:31:46 +03:00
parent 1acce46133
commit e14e58c121
3 changed files with 2 additions and 6 deletions
@@ -50,5 +50,6 @@ fun test() {
takeUBytes(IMPLICIT_INT, EXPLICIT_INT, 42u)
takeLong(IMPLICIT_INT)
// such kind of conversions (Int <-> Long) actually are not supported
// takeLong(IMPLICIT_INT)
}