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() = ""
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
// source: 'kt43459.kt'
|
||||
public method <init>(): void
|
||||
public synthetic deprecated static @Anno method getA$annotations(p0: java.lang.Integer): void
|
||||
public final @org.jetbrains.annotations.NotNull method getA(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): java.lang.String
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Anno {
|
||||
// source: 'kt43459.kt'
|
||||
}
|
||||
|
||||
@kotlin.annotation.Target
|
||||
@java.lang.annotation.Retention
|
||||
@java.lang.annotation.Target
|
||||
@kotlin.Metadata
|
||||
public annotation class TypeAnno {
|
||||
// source: 'kt43459.kt'
|
||||
}
|
||||
Reference in New Issue
Block a user