Update test about conversions, remove irrelevant case
This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user