[minor] fix testdata for compiler 1.4

This commit is contained in:
Ilya Chernikov
2019-12-19 14:20:23 +01:00
parent 6e6d9ae795
commit 4e14d04926
4 changed files with 6 additions and 1 deletions
@@ -1,3 +1,5 @@
// !LANGUAGE: -ProhibitComparisonOfIncompatibleEnums
enum class A { enum class A {
O, K O, K
} }
@@ -1,3 +1,5 @@
// !LANGUAGE: -ProhibitComparisonOfIncompatibleEnums
enum class A { enum class A {
OK OK
} }
+1
View File
@@ -1,3 +1,4 @@
// !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm
// WITH_RUNTIME // WITH_RUNTIME
package test package test
+1 -1
View File
@@ -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