Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Anno {
|
||||
public abstract method b(): byte
|
||||
public abstract method e(): E
|
||||
public abstract method es(): E[]
|
||||
public abstract method k(): java.lang.Class
|
||||
public abstract method ka(): java.lang.Class[]
|
||||
public abstract method s(): java.lang.String
|
||||
public abstract method ss(): java.lang.String[]
|
||||
public abstract method z(): Z
|
||||
public abstract method zs(): Z[]
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationConstructorParametersKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method tmp(): java.lang.Class[]
|
||||
}
|
||||
|
||||
|
||||
public enum class E {
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): E
|
||||
public static method values(): E[]
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Z
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
public final class Bar {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericArrayElementTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method arrayOfInBar(): java.lang.Object[]
|
||||
public final static @org.jetbrains.annotations.NotNull method arrayOfInList(): java.lang.Object[]
|
||||
public final static @org.jetbrains.annotations.NotNull method arrayOfInvBar(): Bar[]
|
||||
public final static @org.jetbrains.annotations.NotNull method arrayOfInvList(): java.util.List[]
|
||||
public final static @org.jetbrains.annotations.NotNull method arrayOfOutBar(): Bar[]
|
||||
public final static @org.jetbrains.annotations.NotNull method arrayOfOutList(): java.util.List[]
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
public final class InnerGenericTypeArgumentKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): Outer.Inner.Innermost
|
||||
}
|
||||
|
||||
|
||||
public final class Outer {
|
||||
inner class Outer/Inner
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/Inner {
|
||||
synthetic final field this$0: Outer
|
||||
inner class Outer/Inner
|
||||
inner class Outer/Inner/Innermost
|
||||
public method <init>(p0: Outer): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/Inner/Innermost {
|
||||
synthetic final field this$0: Outer.Inner
|
||||
inner class Outer/Inner
|
||||
inner class Outer/Inner/Innermost
|
||||
public method <init>(p0: Outer.Inner): void
|
||||
}
|
||||
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
public final class Bar {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ParameterizedTypeArgumentKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method fooOfInBar(): Foo
|
||||
public final static @org.jetbrains.annotations.NotNull method fooOfInvBar(): Foo
|
||||
public final static @org.jetbrains.annotations.NotNull method fooOfOutBar(): Foo
|
||||
public final static @org.jetbrains.annotations.NotNull method listOfStrings(): java.util.List
|
||||
}
|
||||
+1
-1
@@ -8,7 +8,7 @@ public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private static field bar: java.util.List
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method bar$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method bar$annotations(): void
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private static field bar: java.lang.String
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method bar$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method bar$annotations(): void
|
||||
}
|
||||
|
||||
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public interface Interface
|
||||
|
||||
|
||||
public interface Interface2
|
||||
|
||||
|
||||
public class Klass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SupertypesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class WithNullabilityKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method nonNull(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method nullable(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user