8ccbbf71ec
This is now fully covered by the JVM signature mapping, introduced in the previous commit. The change in KDeclarationContainerImpl.methodOwner is needed because primitive classes have no methods on JVM; and when we're looking for "Int.equals", we'll now look it up in the Class object for java.lang.Integer, not for the primitive int.