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