kt_*_types tables: cite correct Kotlin classid for arrays

This commit is contained in:
Chris Smowton
2021-10-27 18:59:37 +01:00
committed by Ian Lynagh
parent b926521e7a
commit 2cc5f3e5b7
2 changed files with 7 additions and 7 deletions

View File

@@ -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(