Searched refs:inheritMethodFromNonApiAncestor (Results 1 – 8 of 8) sorted by relevance
130 val inheritedMethod = targetClassItem.inheritMethodFromNonApiAncestor(methodItem) in test inherited methods()131 val inheritedMethod1 = targetClassItem.inheritMethodFromNonApiAncestor(methodItem1) in test inherited methods()
55 return targetClassItem.inheritMethodFromNonApiAncestor(sourceMethodItem) in copy()
1269 fun `Test inheritMethodFromNonApiAncestor without type substitutions`() { in Test inheritMethodFromNonApiAncestor without type substitutions()1309 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(hiddenClassMethod) in Test inheritMethodFromNonApiAncestor without type substitutions()1318 fun `Test inheritMethodFromNonApiAncestor with type substitutions`() { in Test inheritMethodFromNonApiAncestor with type substitutions()1391 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(method) in Test inheritMethodFromNonApiAncestor with type substitutions()1404 …fun `Test inheritMethodFromNonApiAncestor with type substitutions and not type use nullability ann… in Test inheritMethodFromNonApiAncestor with type substitutions and not type use nullability annotations()1444 val inheritedMethod = publicClass.inheritMethodFromNonApiAncestor(method) in Test inheritMethodFromNonApiAncestor with type substitutions and not type use nullability annotations()
322 val duplicated = barClass.inheritMethodFromNonApiAncestor(toString) in Duplicated method has correct nullability()
195 override fun inheritMethodFromNonApiAncestor(template: MethodItem): MethodItem { in <lambda>() method
782 fun inheritMethodFromNonApiAncestor(template: MethodItem): MethodItem = codebase.unsupported() in <lambda>() method
226 override fun inheritMethodFromNonApiAncestor(template: MethodItem): MethodItem { in <lambda>() method
524 val method = cls.inheritMethodFromNonApiAncestor(it) in <lambda>()