JVM_IR KT-43459 fix $annotations method receiver type
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
annotation class Anno
|
||||
|
||||
@Target(AnnotationTarget.TYPE)
|
||||
annotation class TypeAnno
|
||||
|
||||
class A {
|
||||
@Anno
|
||||
val @TypeAnno Int?.a: String
|
||||
get() = ""
|
||||
}
|
||||
Reference in New Issue
Block a user