We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e91f1 commit f1dd8acCopy full SHA for f1dd8ac
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/meta/HostedType.java
@@ -425,7 +425,7 @@ public final boolean isAssignableFrom(ResolvedJavaType other) {
425
}
426
427
@Override
428
- public final ResolvedJavaType findLeastCommonAncestor(ResolvedJavaType otherType) {
+ public final HostedType findLeastCommonAncestor(ResolvedJavaType otherType) {
429
return universe.lookup(wrapped.findLeastCommonAncestor(((HostedType) otherType).wrapped));
430
431
0 commit comments