Fix for KT-15027 J2K: Annotations are set on functions, but not on property accessors
#KT-15027 fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
5071baf970
commit
73ea0e8460
@@ -1,7 +1,6 @@
|
||||
import javaApi.Anon5
|
||||
|
||||
internal class A
|
||||
@Anon5(10)
|
||||
internal class A @Anon5(10)
|
||||
constructor(private val a: Int, private val b: Int) {
|
||||
|
||||
@Deprecated("") // this constructor will not be replaced by default parameter value in primary because of this annotation
|
||||
|
||||
Reference in New Issue
Block a user