Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
@@ -3,7 +3,7 @@ public final class A {
|
||||
private final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field c: java.lang.String
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
||||
|
||||
@@ -14,7 +14,7 @@ public final class A {
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
||||
|
||||
@@ -15,7 +15,7 @@ public enum class A {
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
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
|
||||
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method baz(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ public final class AX {
|
||||
public final @org.jetbrains.annotations.NotNull method aNonStatic(): java.lang.String
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method aStatic(): java.lang.String
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method b(): java.lang.String
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
public final static @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
|
||||
}
|
||||
|
||||
+2
-2
@@ -13,7 +13,7 @@ public final static class C/Companion {
|
||||
private method <init>(): void
|
||||
public final @kotlin.jvm.JvmStatic method f1(): int
|
||||
public final method getP1(): int
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method p1$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method p1$annotations(): void
|
||||
}
|
||||
|
||||
|
||||
@@ -28,5 +28,5 @@ public final class O {
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method f(): int
|
||||
public final static method getP(): int
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method p$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method p$annotations(): void
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ public final class Foo {
|
||||
public final static field INSTANCE: Foo
|
||||
private final static field a: java.lang.String
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
public final method foo(): void
|
||||
}
|
||||
|
||||
|
||||
@@ -18,6 +18,6 @@ public final class Test {
|
||||
public final static method setSomeProperty(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
|
||||
public final static method setSomeProperty(p0: long, p1: long): void
|
||||
public final method setZ(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method someProperty$annotations(p0: java.lang.String): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method someProperty$annotations(p0: long): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method someProperty$annotations(p0: java.lang.String): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method someProperty$annotations(p0: long): void
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ public final class A {
|
||||
private final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field c: java.lang.String
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
||||
|
||||
@@ -4,7 +4,7 @@ public final class A {
|
||||
private static field b: int
|
||||
private static field c: int
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
public final static method getA(): int
|
||||
public final static @kotlin.jvm.JvmStatic method getB(): int
|
||||
public final method getC(): int
|
||||
|
||||
@@ -4,7 +4,7 @@ public final class A {
|
||||
private static field b: int
|
||||
private static field c: int
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
public final static method getA(): int
|
||||
public final static @kotlin.jvm.JvmStatic method getB(): int
|
||||
public final method getC(): int
|
||||
|
||||
@@ -20,5 +20,5 @@ public final static class TestApp/Companion {
|
||||
public synthetic final static method access$setValue$p(p0: TestApp.Companion, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
||||
private final method setValue(p0: java.lang.String): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method value$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method value$annotations(): void
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ public final class A {
|
||||
private static field b: int
|
||||
private static field c: int
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
public final static method getA(): int
|
||||
public final static @kotlin.jvm.JvmStatic method getB(): int
|
||||
public final method getC(): int
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ public final class Foo {
|
||||
public final static class Foo/Companion {
|
||||
inner class Foo/Companion
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method access$getA$p(p0: Foo.Companion): java.lang.String
|
||||
private final method getA(): java.lang.String
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ public final class Foo {
|
||||
private final static @org.jetbrains.annotations.NotNull field b: kotlin.jvm.functions.Function0
|
||||
private final static @org.jetbrains.annotations.NotNull field c: java.lang.Runnable
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method a$annotations(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): kotlin.jvm.functions.Function0
|
||||
public final @org.jetbrains.annotations.NotNull method getC(): java.lang.Runnable
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@ public final class X {
|
||||
public synthetic static method fn$default(p0: X, p1: java.lang.String, p2: int, p3: java.lang.Object): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method fn(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method x$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method x$annotations(): void
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ public final class A {
|
||||
private final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field c: java.lang.String
|
||||
private method <init>(): void
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method c$annotations(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user