[FIR IDE] LC Fixed incorrect JvmOverloads
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ internal fun FirLightClassBase.createMethods(
|
||||
containingClass = this@createMethods,
|
||||
isTopLevel = isTopLevel,
|
||||
methodIndex = methodIndex++,
|
||||
argumentsSkipMask = skipMask
|
||||
argumentsSkipMask = skipMask.clone() as BitSet
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user