[LC] add missing parent to implementsList and extendsList
^KT-56613
This commit is contained in:
committed by
Space Team
parent
58dc93da90
commit
9129235079
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
||||
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
||||
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
||||
*/
|
||||
|
||||
@@ -116,6 +116,7 @@ open class KtUltraLightClass(classOrObject: KtClassOrObject, internal val suppor
|
||||
}
|
||||
|
||||
val listBuilder = KotlinSuperTypeListBuilder(
|
||||
this,
|
||||
kotlinOrigin = kotlinOrigin.getSuperTypeList(),
|
||||
manager = manager,
|
||||
language = language,
|
||||
|
||||
Reference in New Issue
Block a user