[FIR] Properly collect constructors from class in presence of plugins
This commit is contained in:
committed by
TeamCityServer
parent
6712191538
commit
af6d6ec2b9
+1
-1
@@ -186,7 +186,7 @@ class FirElementSerializer private constructor(
|
||||
builder.typeTable = typeTableProto
|
||||
}
|
||||
|
||||
val representation = (klass as? FirRegularClass)?.getInlineClassUnderlyingParameter()
|
||||
val representation = (klass as? FirRegularClass)?.getInlineClassUnderlyingParameter(session)
|
||||
if (representation != null) {
|
||||
builder.inlineClassUnderlyingPropertyName = getSimpleNameIndex(representation.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user