mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Kotlin: Fix Byte tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user