FIR Java: map classes to make java type-parameters have correct bounds
Really, this commit implements early J2K mapping for all Java types. It's questionable and probably wrong at least for super-types, because, for example, we cannot resolve spliterator() in classes derived from java.lang.Iterable
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cb91c6b977
commit
3e69838f48
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface ChangeProjectionKind1 : R|java/lang/Object| {
|
||||
public abstract interface ChangeProjectionKind1 : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface DeeplySubstitutedClassParameter : R|java/lang/Object| {
|
||||
public abstract interface DeeplySubstitutedClassParameter : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface DeeplySubstitutedClassParameter2 : R|java/lang/Object| {
|
||||
public abstract interface DeeplySubstitutedClassParameter2 : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritNotVararg : R|java/lang/Object| {
|
||||
public abstract interface InheritNotVararg : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritNotVarargInteger : R|java/lang/Object| {
|
||||
public abstract interface InheritNotVarargInteger : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritNotVarargNotNull : R|java/lang/Object| {
|
||||
public abstract interface InheritNotVarargNotNull : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritNotVarargPrimitive : R|java/lang/Object| {
|
||||
public abstract interface InheritNotVarargPrimitive : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritNullability : R|java/lang/Object| {
|
||||
public abstract interface InheritNullability : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritVararg : R|java/lang/Object| {
|
||||
public abstract interface InheritVararg : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritVarargInteger : R|java/lang/Object| {
|
||||
public abstract interface InheritVarargInteger : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritVarargNotNull : R|java/lang/Object| {
|
||||
public abstract interface InheritVarargNotNull : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface InheritVarargPrimitive : R|java/lang/Object| {
|
||||
public abstract interface InheritVarargPrimitive : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface Kt3302 : R|java/lang/Object| {
|
||||
public abstract interface Kt3302 : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface MutableToReadOnly : R|java/lang/Object| {
|
||||
public abstract interface MutableToReadOnly : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface NotNullToNullable : R|java/lang/Object| {
|
||||
public abstract interface NotNullToNullable : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface NullableToNotNull : R|java/lang/Object| {
|
||||
public abstract interface NullableToNotNull : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface NullableToNotNullKotlinSignature : R|java/lang/Object| {
|
||||
public abstract interface NullableToNotNullKotlinSignature : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface OverrideWithErasedParameter : R|java/lang/Object| {
|
||||
public abstract interface OverrideWithErasedParameter : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface ReadOnlyToMutable : R|java/lang/Object| {
|
||||
public abstract interface ReadOnlyToMutable : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface SubclassFromGenericAndNot : R|java/lang/Object| {
|
||||
public abstract interface SubclassFromGenericAndNot : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface SubstitutedClassParameter : R|java/lang/Object| {
|
||||
public abstract interface SubstitutedClassParameter : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
public abstract interface SubstitutedClassParameters : R|java/lang/Object| {
|
||||
public abstract interface SubstitutedClassParameters : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user