[minor] Fix testdata for compiler 1.4

This commit is contained in:
Ilya Chernikov
2019-12-19 13:45:35 +01:00
parent 06dc2caf41
commit f38bb19fc6
6 changed files with 8 additions and 2 deletions
@@ -1,3 +1,5 @@
// !LANGUAGE: -UseGetterNameForPropertyAnnotationsMethodOnJvm
@Target(AnnotationTarget.PROPERTY)
annotation class AnnProperty
@@ -1,3 +1,5 @@
// !LANGUAGE: -UseGetterNameForPropertyAnnotationsMethodOnJvm
import kotlin.reflect.KProperty
annotation class AnnProp
@@ -1,3 +1,4 @@
// !LANGUAGE: -UseGetterNameForPropertyAnnotationsMethodOnJvm
// WITH_RUNTIME
@file:[JvmName("Foo") JvmMultifileClass]
@@ -1,3 +1,4 @@
// !LANGUAGE: -UseGetterNameForPropertyAnnotationsMethodOnJvm
// WITH_RUNTIME
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
@@ -1,4 +1,4 @@
// !LANGUAGE: +InlineClasses
// !LANGUAGE: +InlineClasses -UseGetterNameForPropertyAnnotationsMethodOnJvm
interface IFoo {
fun overridingFun()
@@ -1,4 +1,4 @@
// !LANGUAGE: +MultiPlatformProjects
// !LANGUAGE: +MultiPlatformProjects -UseGetterNameForPropertyAnnotationsMethodOnJvm
// !USE_EXPERIMENTAL: kotlin.ExperimentalMultiplatform
// TARGET_BACKEND: JVM
// WITH_RUNTIME