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
get() = isStatic || containingClass?.isStatic ?:throwIllegalStateException("No containing class found for method $this")
40
+
get() = isStatic || containingClass?.let { it.isStatic&&!it.isInterface &&!it.isAbstract }?:throwIllegalStateException("No containing class found for method $this")
0 commit comments