JVM IR: fix names of $annotations methods for internal properties
#KT-40384 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
annotation class Anno
|
||||
|
||||
class C {
|
||||
@Anno
|
||||
internal val property: Int get() = 0
|
||||
}
|
||||
|
||||
@Anno
|
||||
internal val property: Int get() = 0
|
||||
Reference in New Issue
Block a user