Update testdata according to change compiler version to 1.4
This commit is contained in:
@@ -111,7 +111,7 @@ public final class TestAnno2 {
|
||||
|
||||
@Anno3(value = "property")
|
||||
@java.lang.Deprecated()
|
||||
public static void b$annotations() {
|
||||
public static void getB$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
@@ -31,7 +31,7 @@ public final class AnnotationsTest {
|
||||
|
||||
@Anno(value = "top-level-val")
|
||||
@java.lang.Deprecated()
|
||||
public static void topLevelVal$annotations(int p0) {
|
||||
public static void getTopLevelVal$annotations(int p0) {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -84,7 +84,7 @@ public abstract class Test {
|
||||
|
||||
@Anno(value = "abstract-val")
|
||||
@java.lang.Deprecated()
|
||||
public static void abstractVal$annotations() {
|
||||
public static void getAbstractVal$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -92,7 +92,7 @@ public abstract class Test {
|
||||
|
||||
@Anno(value = "v-property")
|
||||
@java.lang.Deprecated()
|
||||
public static void v$annotations() {
|
||||
public static void getV$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
@@ -19,7 +19,7 @@ public final class Bar {
|
||||
@Anno()
|
||||
@PropertyAnno()
|
||||
@java.lang.Deprecated()
|
||||
public static void a$annotations() {
|
||||
public static void getA$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -45,7 +45,7 @@ public final class Baz {
|
||||
|
||||
@Anno()
|
||||
@java.lang.Deprecated()
|
||||
public static void a$annotations() {
|
||||
public static void getA$annotations() {
|
||||
}
|
||||
|
||||
public Baz() {
|
||||
@@ -78,7 +78,7 @@ public final class Foo {
|
||||
|
||||
@PropertyAnno()
|
||||
@java.lang.Deprecated()
|
||||
public static void a$annotations() {
|
||||
public static void getA$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
@@ -88,7 +88,7 @@ public final class Test {
|
||||
*/
|
||||
@Anno()
|
||||
@java.lang.Deprecated()
|
||||
public static void prop2$annotations() {
|
||||
public static void getProp2$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
@@ -26,7 +26,7 @@ public final class Foo {
|
||||
}
|
||||
|
||||
@java.lang.Deprecated()
|
||||
public static void prop$annotations() {
|
||||
public static void getProp$annotations() {
|
||||
}
|
||||
|
||||
@java.lang.Deprecated()
|
||||
|
||||
@@ -21,7 +21,7 @@ public final class JvmStaticTest {
|
||||
public static final class Companion {
|
||||
|
||||
@java.lang.Deprecated()
|
||||
public static void one$annotations() {
|
||||
public static void getOne$annotations() {
|
||||
}
|
||||
|
||||
public final int getOne() {
|
||||
|
||||
@@ -19,7 +19,7 @@ public final class Test {
|
||||
public static final class A {
|
||||
|
||||
@java.lang.Deprecated()
|
||||
public static void test$annotations() {
|
||||
public static void getTest$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
@@ -137,7 +137,7 @@ public final class MyActivity {
|
||||
|
||||
@Bind(id = lib.R.id.textView)
|
||||
@java.lang.Deprecated()
|
||||
public static void a$annotations() {
|
||||
public static void getA$annotations() {
|
||||
}
|
||||
|
||||
public final int getA() {
|
||||
@@ -146,7 +146,7 @@ public final class MyActivity {
|
||||
|
||||
@Bind(id = lib.R.id.textView)
|
||||
@java.lang.Deprecated()
|
||||
public static void b$annotations() {
|
||||
public static void getB$annotations() {
|
||||
}
|
||||
|
||||
public final int getB() {
|
||||
@@ -155,7 +155,7 @@ public final class MyActivity {
|
||||
|
||||
@Bind(id = app.R.layout.mainActivity)
|
||||
@java.lang.Deprecated()
|
||||
public static void c$annotations() {
|
||||
public static void getC$annotations() {
|
||||
}
|
||||
|
||||
public final int getC() {
|
||||
@@ -164,7 +164,7 @@ public final class MyActivity {
|
||||
|
||||
@Bind(id = app.R.layout.mainActivity)
|
||||
@java.lang.Deprecated()
|
||||
public static void d$annotations() {
|
||||
public static void getD$annotations() {
|
||||
}
|
||||
|
||||
public final int getD() {
|
||||
@@ -174,7 +174,7 @@ public final class MyActivity {
|
||||
@Anno(a1 = app.B.a1, a2 = app.B.a2, a3 = app.B.a3, a4 = app.B.a4, a5 = app.B.a5, a6 = app.B.a6, a7 = app.B.a7, a8 = app.B.a8, a9 = "A")
|
||||
@Bind(id = app.R2.layout.mainActivity)
|
||||
@java.lang.Deprecated()
|
||||
public static void e$annotations() {
|
||||
public static void getE$annotations() {
|
||||
}
|
||||
|
||||
public final int getE() {
|
||||
@@ -183,7 +183,7 @@ public final class MyActivity {
|
||||
|
||||
@Bind(id = app.B.id.textView)
|
||||
@java.lang.Deprecated()
|
||||
public static void f$annotations() {
|
||||
public static void getF$annotations() {
|
||||
}
|
||||
|
||||
public final int getF() {
|
||||
|
||||
@@ -30,7 +30,7 @@ public final class Test {
|
||||
@Anno2()
|
||||
@Anno()
|
||||
@java.lang.Deprecated()
|
||||
public static void prop$annotations() {
|
||||
public static void getProp$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
@@ -190,7 +190,7 @@ public final class Test {
|
||||
@lib.Anno(value = "2", construct = {"A", "B"})
|
||||
@lib.Anno(value = "1")
|
||||
@java.lang.Deprecated()
|
||||
public static void value$annotations() {
|
||||
public static void getValue$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
@@ -54,7 +54,7 @@ public final class TopLevelKt {
|
||||
|
||||
@Anno(value = "extpr")
|
||||
@java.lang.Deprecated()
|
||||
public static void extensionProperty$annotations(java.lang.Object p0) {
|
||||
public static void getExtensionProperty$annotations(java.lang.Object p0) {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user