b989bfce59
The problem was that for property getter 'context.getContextDescriptor()' references the containing property, while 'context.getFunctionDescriptor()' the accessor itself #KT-15594 Fixed
13 lines
524 B
Plaintext
Vendored
13 lines
524 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class ObjectThisTest {
|
|
public final static field INSTANCE: ObjectThisTest
|
|
private method <init>(): void
|
|
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method getTestValue(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getTestValue2(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class PropertyGetterDelegatesToAnotherKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|