Do not generate TYPE_USE/TYPE_PARAMETER when compiling against JDK 1.6
#KT-53712
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// !LANGUAGE: +UseGetterNameForPropertyAnnotationsMethodOnJvm
|
||||
// FULL_JDK
|
||||
|
||||
@Target(AnnotationTarget.PROPERTY)
|
||||
annotation class AnnProperty
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// FULL_JDK
|
||||
|
||||
annotation class Anno
|
||||
|
||||
@Target(AnnotationTarget.TYPE)
|
||||
|
||||
Reference in New Issue
Block a user