Use getter names for $annotations methods in most codegen tests
This is needed to update master to 1.4, while still testing the latest compiler by default. Also add one test on the old behavior.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// !LANGUAGE: -UseGetterNameForPropertyAnnotationsMethodOnJvm
|
||||
// !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm
|
||||
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
@@ -22,4 +22,4 @@ public class A(@AnnParam @field:AnnField @property:AnnProp2 val x: Int, @param:A
|
||||
@AnnProp @property:AnnProp2 @delegate:AnnDelegate @property:AnnDelegate
|
||||
val s: String by CustomDelegate()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user