Use box tests to check if the light analysis mode (without analyzing bodies when possible) produces the same result as the complete analysis. See also the next commit in which light analysis mode is applied. Note that no tests were changed.
This commit is contained in:
committed by
Yan Zhulanow
parent
8bdb54929b
commit
328286ab14
+29
@@ -0,0 +1,29 @@
|
||||
public final class BridgeNotEmptyMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
final class NotEmptyMap {
|
||||
public final static field INSTANCE: NotEmptyMap
|
||||
private method <init>(): void
|
||||
public method clear(): void
|
||||
public method containsKey(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
|
||||
public method containsValue(p0: int): boolean
|
||||
public final method containsValue(p0: java.lang.Object): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.Integer
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
||||
public @org.jetbrains.annotations.NotNull method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public @org.jetbrains.annotations.NotNull method getValues(): java.util.Collection
|
||||
public method isEmpty(): boolean
|
||||
public final method keySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable method put(@org.jetbrains.annotations.NotNull p0: java.lang.Object, p1: int): java.lang.Integer
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method putAll(@org.jetbrains.annotations.NotNull p0: java.util.Map): void
|
||||
public @org.jetbrains.annotations.NotNull method remove(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.Integer
|
||||
public final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
@@ -0,0 +1,189 @@
|
||||
public interface A0 {
|
||||
inner class A0/DefaultImpls
|
||||
public abstract method getSize(): int
|
||||
}
|
||||
|
||||
|
||||
public final class A0/DefaultImpls {
|
||||
inner class A0/DefaultImpls
|
||||
public static method getSize(p0: A0): int
|
||||
}
|
||||
|
||||
|
||||
public class A1 {
|
||||
private final field size: int
|
||||
public method <init>(): void
|
||||
public final method getSize(): int
|
||||
}
|
||||
|
||||
|
||||
public final class B0 {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public @org.jetbrains.annotations.NotNull method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.Void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public @org.jetbrains.annotations.NotNull method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): java.lang.Void
|
||||
public final method containsAll(p0: java.util.Collection): boolean
|
||||
public method getSize(): int
|
||||
public synthetic method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method isEmpty(): java.lang.Void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.lang.Void
|
||||
public synthetic method iterator(): java.util.Iterator
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class B1 {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public @org.jetbrains.annotations.NotNull method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.Void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public @org.jetbrains.annotations.NotNull method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): java.lang.Void
|
||||
public final method containsAll(p0: java.util.Collection): boolean
|
||||
public synthetic method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method isEmpty(): java.lang.Void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.lang.Void
|
||||
public synthetic method iterator(): java.util.Iterator
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class B2 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public method getSize(): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class B3 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public method getSize(): java.lang.Integer
|
||||
public synthetic method getSize(): java.lang.Object
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class B4 {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public @org.jetbrains.annotations.NotNull method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.Void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public @org.jetbrains.annotations.NotNull method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): java.lang.Void
|
||||
public final method containsAll(p0: java.util.Collection): boolean
|
||||
public @org.jetbrains.annotations.NotNull method getSize(): java.lang.Integer
|
||||
public synthetic method getSize(): java.lang.Object
|
||||
public synthetic method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method isEmpty(): java.lang.Void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.lang.Void
|
||||
public synthetic method iterator(): java.util.Iterator
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class B5 {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public @org.jetbrains.annotations.NotNull method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.Void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public @org.jetbrains.annotations.NotNull method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): java.lang.Void
|
||||
public final method containsAll(p0: java.util.Collection): boolean
|
||||
public method getSize(): int
|
||||
public synthetic method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method isEmpty(): java.lang.Void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.lang.Void
|
||||
public synthetic method iterator(): java.util.Iterator
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class BridgesKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field list: java.util.ArrayList
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getList(): java.util.ArrayList
|
||||
}
|
||||
|
||||
|
||||
public interface I2 {
|
||||
public abstract method getSize(): int
|
||||
}
|
||||
|
||||
|
||||
public interface I3 {
|
||||
public abstract method getSize(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface I4 {
|
||||
inner class I4/DefaultImpls
|
||||
public abstract method getSize(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class I4/DefaultImpls {
|
||||
inner class I4/DefaultImpls
|
||||
public static method getSize(p0: I4): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface I5 {
|
||||
inner class I5/DefaultImpls
|
||||
public abstract method getSize(): int
|
||||
}
|
||||
|
||||
|
||||
public final class I5/DefaultImpls {
|
||||
inner class I5/DefaultImpls
|
||||
public static method getSize(p0: I5): int
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
public final class A1 {
|
||||
public method <init>(): void
|
||||
public method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method addAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method getSize(): int
|
||||
public method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
public method remove(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method retainAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class A2 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public method getSize(): int
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class A3 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public method getSize(): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class A4 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public method getSize(): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class CollectionImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check56(@org.jetbrains.annotations.NotNull p0: java.util.Collection): void
|
||||
}
|
||||
|
||||
|
||||
public interface Sized {
|
||||
public abstract method getSize(): int
|
||||
}
|
||||
+31
@@ -0,0 +1,31 @@
|
||||
public class Base {
|
||||
public method <init>(): void
|
||||
public method contains(p0: DatabaseEntity): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method getSize(): int
|
||||
public method remove(@org.jetbrains.annotations.NotNull p0: DatabaseEntity): boolean
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class CommonBridgesTargetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class DatabaseEntity {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
public method remove(@org.jetbrains.annotations.NotNull p0: Issue): boolean
|
||||
public synthetic method remove(p0: DatabaseEntity): boolean
|
||||
}
|
||||
|
||||
|
||||
public final class Issue {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
final class EmptyList {
|
||||
public final static field INSTANCE: EmptyList
|
||||
private method <init>(): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: int, p1: java.lang.Void): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.Void): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.Void): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public synthetic method get(p0: int): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.Void
|
||||
public method getSize(): int
|
||||
public method indexOf(@org.jetbrains.annotations.NotNull p0: java.lang.Void): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
public method lastIndexOf(@org.jetbrains.annotations.NotNull p0: java.lang.Void): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
|
||||
public synthetic method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: int): java.lang.Void
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public method set(p0: int, p1: java.lang.Void): java.lang.Void
|
||||
public final method size(): int
|
||||
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class EmptyListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
final class EmptyMap {
|
||||
public final static field INSTANCE: EmptyMap
|
||||
private method <init>(): void
|
||||
public method clear(): void
|
||||
public method containsKey(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
|
||||
public method containsValue(@org.jetbrains.annotations.NotNull p0: java.lang.Void): boolean
|
||||
public final method containsValue(p0: java.lang.Object): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.Void
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
||||
public @org.jetbrains.annotations.NotNull method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public @org.jetbrains.annotations.NotNull method getValues(): java.util.Collection
|
||||
public method isEmpty(): boolean
|
||||
public final method keySet(): java.util.Set
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method put(p0: java.lang.Object, p1: java.lang.Void): java.lang.Void
|
||||
public method putAll(p0: java.util.Map): void
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class EmptyMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
final class EmptyStringMap {
|
||||
public final static field INSTANCE: EmptyStringMap
|
||||
private method <init>(): void
|
||||
public method clear(): void
|
||||
public method containsKey(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method containsKey(p0: java.lang.Object): boolean
|
||||
public method containsValue(@org.jetbrains.annotations.NotNull p0: java.lang.Void): boolean
|
||||
public final method containsValue(p0: java.lang.Object): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.Void
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
||||
public @org.jetbrains.annotations.NotNull method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public @org.jetbrains.annotations.NotNull method getValues(): java.util.Collection
|
||||
public method isEmpty(): boolean
|
||||
public final method keySet(): java.util.Set
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method put(p0: java.lang.String, p1: java.lang.Void): java.lang.Void
|
||||
public method putAll(p0: java.util.Map): void
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class EmptyStringMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
public final class EntrySetSOEKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Map1 {
|
||||
public method <init>(): void
|
||||
public final method containsKey(p0: java.lang.Object): boolean
|
||||
public method containsKey(p0: java.lang.String): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
public method get(p0: java.lang.String): java.lang.Object
|
||||
public method getEntries(): java.util.Set
|
||||
public method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public method getValues(): java.util.Collection
|
||||
public final method keySet(): java.util.Set
|
||||
public final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.String): java.lang.Object
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class Map2 {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
public enum class A {
|
||||
public final static field X: A
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public synthetic method getOrdinal(): int
|
||||
public static method valueOf(p0: java.lang.String): A
|
||||
public static method values(): A[]
|
||||
}
|
||||
|
||||
|
||||
public final class EnumAsOrdinaledKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Ordinaled {
|
||||
public abstract method getOrdinal(): int
|
||||
}
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public method getSize(): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ExplicitSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+52
@@ -0,0 +1,52 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public method add(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method addAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method addAll(p0: int, @org.jetbrains.annotations.NotNull p1: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public synthetic method get(p0: int): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.String
|
||||
public method getSize(): int
|
||||
public method indexOf(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
public method lastIndexOf(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public synthetic method remove(p0: int): java.lang.Object
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method retainAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public @org.jetbrains.annotations.NotNull method set(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public interface Container {
|
||||
public abstract @org.jetbrains.annotations.NotNull method removeAt(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class ContainerImpl {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method removeAt(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class IrrelevantRemoveAtOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
public method containsKey(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method containsKey(p0: java.lang.Object): boolean
|
||||
public method containsValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method containsValue(p0: java.lang.Object): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
||||
public @org.jetbrains.annotations.NotNull method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public @org.jetbrains.annotations.NotNull method getValues(): java.util.Collection
|
||||
public method isEmpty(): boolean
|
||||
public final method keySet(): java.util.Set
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method put(p0: java.lang.String, p1: java.lang.String): java.lang.String
|
||||
public method putAll(p0: java.util.Map): void
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class MapsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+50
@@ -0,0 +1,50 @@
|
||||
public abstract class AbstractFoo {
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
public method containsKey(p0: java.lang.Object): boolean
|
||||
public method containsValue(p0: java.lang.Object): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable method get(p0: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
||||
public @org.jetbrains.annotations.NotNull method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public @org.jetbrains.annotations.NotNull method getValues(): java.util.Collection
|
||||
public method isEmpty(): boolean
|
||||
public final method keySet(): java.util.Set
|
||||
public method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method putAll(p0: java.util.Map): void
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class AnyFoo {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class IntFoo {
|
||||
public method <init>(): void
|
||||
public method containsKey(p0: int): boolean
|
||||
public final method containsKey(p0: java.lang.Object): boolean
|
||||
public @org.jetbrains.annotations.Nullable method get(p0: int): java.lang.Object
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class NoSpecialBridgeInSuperClassKt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public class StringFoo {
|
||||
public method <init>(): void
|
||||
public final method containsKey(p0: java.lang.Object): boolean
|
||||
public method containsKey(p0: java.lang.String): boolean
|
||||
public @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.Object
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
final class NotEmptyList {
|
||||
public final static field INSTANCE: NotEmptyList
|
||||
private method <init>(): void
|
||||
public method add(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
|
||||
public method add(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
||||
public method addAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method addAll(p0: int, @org.jetbrains.annotations.NotNull p1: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.Object
|
||||
public method getSize(): int
|
||||
public method indexOf(@org.jetbrains.annotations.NotNull p0: java.lang.Object): int
|
||||
public method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
public method lastIndexOf(@org.jetbrains.annotations.NotNull p0: java.lang.Object): int
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
|
||||
public final method remove(p0: int): java.lang.Object
|
||||
public method removeAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public @org.jetbrains.annotations.NotNull method removeAt(p0: int): java.lang.Object
|
||||
public method retainAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public @org.jetbrains.annotations.NotNull method set(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class NotEmptyListAnyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
final class NotEmptyMap {
|
||||
public final static field INSTANCE: NotEmptyMap
|
||||
private method <init>(): void
|
||||
public method clear(): void
|
||||
public method containsKey(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
|
||||
public method containsValue(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
||||
public @org.jetbrains.annotations.NotNull method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public @org.jetbrains.annotations.NotNull method getValues(): java.util.Collection
|
||||
public method isEmpty(): boolean
|
||||
public final method keySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable method put(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): java.lang.Object
|
||||
public method putAll(@org.jetbrains.annotations.NotNull p0: java.util.Map): void
|
||||
public @org.jetbrains.annotations.Nullable method remove(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class NotEmptyMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
public class A1 {
|
||||
private final field size: int
|
||||
public method <init>(): void
|
||||
public method getSize(): int
|
||||
}
|
||||
|
||||
|
||||
public final class A2 {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: java.lang.String): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class RedundantStubForSizeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
public class A0 {
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
public method addAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method addAll(p0: int, @org.jetbrains.annotations.NotNull p1: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method get(p0: int): java.lang.Object
|
||||
public method getSize(): int
|
||||
public method indexOf(p0: java.lang.Object): int
|
||||
public method isEmpty(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
public method lastIndexOf(p0: java.lang.Object): int
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
|
||||
public final method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method removeAt(p0: int): java.lang.Object
|
||||
public method retainAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class A1 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public synthetic method removeAt(p0: int): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method removeAt(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A2 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class RemoveAtTwoSpecialBridgesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class ThrowableKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
public final class MyThrowable {
|
||||
public method <init>(): void
|
||||
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Throwable): void
|
||||
public synthetic method <init>(p0: java.lang.String, p1: java.lang.Throwable, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public @org.jetbrains.annotations.Nullable method getCause(): java.lang.Throwable
|
||||
public @org.jetbrains.annotations.Nullable method getMessage(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ThrowableImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
public final class ValuesInsideEnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Variants {
|
||||
public final static field Companion: Variants.Companion
|
||||
public final static field K: Variants
|
||||
public final static field O: Variants
|
||||
private final static @org.jetbrains.annotations.NotNull field valueStr: java.lang.String
|
||||
inner class Variants/Companion
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): Variants
|
||||
public static method values(): Variants[]
|
||||
}
|
||||
|
||||
|
||||
public final static class Variants/Companion {
|
||||
inner class Variants/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getValueStr(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user