| package test | |
| public interface StringConstantInParam { | |
| public final annotation class Anno : kotlin.Annotation { | |
| public constructor Anno(/*0*/ value: kotlin.String) | |
| public final val value: kotlin.String | |
| } | |
| @test.StringConstantInParam.Anno(value = "hello") public open class Class { | |
| public constructor Class() | |
| } | |
| // Static members | |
| public const final val HEL: kotlin.String = "hel" | |
| } |