FIR: fix OPT_IN_MARKER_ON_WRONG_TARGET (setter via parameter case)
This commit fixes FIR bootstrap compilation
This commit is contained in:
committed by
TeamCityServer
parent
aa247726b6
commit
d3662b48a2
+1
@@ -146,3 +146,4 @@ class Z(b: B) : Y(b) {
|
||||
override fun f() {}
|
||||
}
|
||||
|
||||
class WithSetter(@set:E6 var withSetter: String)
|
||||
|
||||
+8
@@ -159,6 +159,14 @@ package api {
|
||||
}
|
||||
}
|
||||
|
||||
public final class WithSetter {
|
||||
public constructor WithSetter(/*0*/ withSetter: kotlin.String)
|
||||
@set:api.E6 public final var withSetter: kotlin.String
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
public final class Wrapper {
|
||||
public constructor Wrapper(/*0*/ foo: kotlin.Int)
|
||||
@api.E6 public final val foo: kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user