Searched refs:interestingSupertypeCount (Results 1 – 1 of 1) sorted by relevance
830 int interestingSupertypeCount = (superclassIsObject ? 0 : 1) + superinterfaces.size(); in build() local831 checkArgument(anonymousTypeArguments == null || interestingSupertypeCount <= 1, in build()