mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Kotlin: Fix Byte tests
This commit is contained in:
@@ -605,6 +605,7 @@ open class KotlinFileExtractor(
|
||||
|
||||
fun isNumericFunction(fName: String): Boolean {
|
||||
return isFunction("kotlin", "Int", fName) ||
|
||||
isFunction("kotlin", "Byte", fName) ||
|
||||
isFunction("kotlin", "Short", fName) ||
|
||||
isFunction("kotlin", "Long", fName) ||
|
||||
isFunction("kotlin", "Float", fName) ||
|
||||
|
||||
@@ -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