mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update TODOs
This commit is contained in:
committed by
Ian Lynagh
parent
329ead2b52
commit
b4138838fe
@@ -518,6 +518,8 @@ open class KotlinUsesExtractor(
|
||||
|
||||
fun useArrayType(arrayType: IrSimpleType, componentType: IrType, elementType: IrType, dimensions: Int): TypeResults {
|
||||
|
||||
// TODO: Figure out what signatures should be returned
|
||||
|
||||
val componentTypeLabels = useType(componentType)
|
||||
val elementTypeLabels = useType(elementType)
|
||||
|
||||
@@ -654,10 +656,6 @@ class X {
|
||||
*/
|
||||
|
||||
(s.isBoxedArray && s.arguments.isNotEmpty()) || s.isPrimitiveArray() -> {
|
||||
// TODO: fix this, this is only a dummy implementation to let the tests pass
|
||||
// TODO: Figure out what signatures should be returned
|
||||
// TODO: Generate a short name for array types
|
||||
|
||||
var dimensions = 1
|
||||
val componentType = s.getArrayElementType(pluginContext.irBuiltIns)
|
||||
var elementType = componentType
|
||||
|
||||
Reference in New Issue
Block a user