You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Analysis API maps Java supertypes to Kotlin.
The full list of such classes is here
or example, due to this mapping, a class scope does not include some java.lang.Object methods (such as notify and notifyAll), because it is mapped to kotlin.Any.
The Analysis API maps Java supertypes to Kotlin.
The full list of such classes is here
or example, due to this mapping, a class scope does not include some
java.lang.Objectmethods (such asnotifyandnotifyAll), because it is mapped tokotlin.Any.