| A.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| package test |
| |
| @kotlin.annotation.Retention public final annotation class A public constructor() : kotlin.Annotation { |
| } |
| |
| PrivateConstField.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| package test |
| |
| public final class PrivateConstField public constructor() { |
| private companion object { |
| public const val CONST: kotlin.Int = COMPILED_CODE /* compiled code */ |
| |
| @test.A @field:java.lang.Deprecated public const val CONST_WITH_ANNOTATION: kotlin.Int = COMPILED_CODE /* compiled code */ |
| |
| public final val field: kotlin.Int /* compiled code */ |
| |
| @test.A public final val fieldWithAnnotation: kotlin.Int /* compiled code */ |
| } |
| } |