mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
kt_*_types tables: cite correct Kotlin classid for arrays
This commit is contained in:
committed by
Ian Lynagh
parent
b926521e7a
commit
2cc5f3e5b7
@@ -328,12 +328,12 @@ class_companion_object(
|
||||
|
||||
kt_nullable_types(
|
||||
unique int id: @kt_nullable_type,
|
||||
int classid: @classorinterface ref
|
||||
int classid: @reftype ref
|
||||
)
|
||||
|
||||
kt_notnull_types(
|
||||
unique int id: @kt_notnull_type,
|
||||
int classid: @classorinterface ref
|
||||
int classid: @reftype ref
|
||||
)
|
||||
|
||||
kt_type_alias(
|
||||
|
||||
Reference in New Issue
Block a user