FIR: record and serialize the modifier "fun" for functional interface
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6a2fed33d3
commit
0d2552b0b6
+1
-1
@@ -98,7 +98,7 @@ class FirElementSerializer private constructor(
|
||||
regularClass?.isExternal == true,
|
||||
regularClass?.isExpect == true,
|
||||
regularClass?.isInline == true,
|
||||
false // TODO: klass.isFun not supported yet
|
||||
regularClass?.isFun == true
|
||||
)
|
||||
if (flags != builder.flags) {
|
||||
builder.flags = flags
|
||||
|
||||
Reference in New Issue
Block a user