[minor] fix testdata for compiler 1.4
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
|||||||
|
// !LANGUAGE: -ProhibitComparisonOfIncompatibleEnums
|
||||||
|
|
||||||
enum class A {
|
enum class A {
|
||||||
O, K
|
O, K
|
||||||
}
|
}
|
||||||
|
|||||||
+2
@@ -1,3 +1,5 @@
|
|||||||
|
// !LANGUAGE: -ProhibitComparisonOfIncompatibleEnums
|
||||||
|
|
||||||
enum class A {
|
enum class A {
|
||||||
OK
|
OK
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|
||||||
package test
|
package test
|
||||||
|
|||||||
+1
-1
@@ -3,8 +3,8 @@ public final class test/TopLevel$Companion {
|
|||||||
inner class test/TopLevel$Companion
|
inner class test/TopLevel$Companion
|
||||||
private method <init>(): void
|
private method <init>(): void
|
||||||
public final method a(): void
|
public final method a(): void
|
||||||
|
public synthetic deprecated static @kotlin.jvm.JvmStatic method getQ$annotations(): void
|
||||||
public final @org.jetbrains.annotations.NotNull method getQ(): java.lang.String
|
public final @org.jetbrains.annotations.NotNull method getQ(): java.lang.String
|
||||||
public synthetic deprecated static @kotlin.jvm.JvmStatic method q$annotations(): void
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Metadata
|
@kotlin.Metadata
|
||||||
|
|||||||
Reference in New Issue
Block a user