[K/JS] Support companion objects in external and exported declarations
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ import org.jetbrains.kotlin.fir.symbols.FirBasedSymbol
|
||||
import org.jetbrains.kotlin.name.CallableId
|
||||
import org.jetbrains.kotlin.name.WebCommonStandardClassIds
|
||||
|
||||
object FirWasmExternalChecker : FirWebCommonExternalChecker() {
|
||||
object FirWasmExternalChecker : FirWebCommonExternalChecker(allowCompanionInInterface = false) {
|
||||
override fun isNativeOrEffectivelyExternal(symbol: FirBasedSymbol<*>, session: FirSession): Boolean {
|
||||
return symbol.isEffectivelyExternal(session)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user