Drop loading Java annotation methods as functions
This commit is contained in:
@@ -5,7 +5,6 @@ public interface StringConstantInParam {
|
||||
public final class Anno : kotlin.Annotation {
|
||||
public constructor Anno(/*0*/ value: kotlin.String)
|
||||
public final val value: kotlin.String
|
||||
public abstract fun value(): kotlin.String
|
||||
}
|
||||
|
||||
@test.StringConstantInParam.Anno(value = "hello") public open class Class {
|
||||
|
||||
Reference in New Issue
Block a user