Kotlin: Fix Byte tests

This commit is contained in:
Ian Lynagh
2021-11-22 14:03:31 +00:00
parent 1eda692ec8
commit 37d6bc29dc
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import java.awt.Polygon
import java.awt.Rectangle
fun topLevelMethod(x: Int, y: Int,
byx: Double, byy: Double,
byx: Byte, byy: Byte,
sx: Short, sy: Short,
lx: Long, ly: Long,
dx: Double, dy: Double,