[FIR JS] Stop reporting NON_MEMBER_FUNCTION_NO_BODY for js natives
This commit is contained in:
committed by
Space Team
parent
85bcef537c
commit
2f9831ed99
@@ -22,6 +22,8 @@ object JsStandardClassIds {
|
||||
val JsNativeSetter = "nativeSetter".jsId()
|
||||
|
||||
val annotationsRequiringExternal = setOf(JsModule, JsQualifier)
|
||||
|
||||
val nativeAnnotations = setOf(JsNative, JsNativeInvoke, JsNativeGetter, JsNativeSetter)
|
||||
}
|
||||
|
||||
object Callables {
|
||||
|
||||
Reference in New Issue
Block a user