KT-23397 Optimize out field for property delegate when it's safe (JVM)
This commit is contained in:
committed by
teamcity
parent
9ee0268197
commit
65b2cee913
+25
@@ -0,0 +1,25 @@
|
||||
@kotlin.Metadata
|
||||
public final class DelegateToOuterThisKt {
|
||||
// source: 'delegateToOuterThis.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class O$I {
|
||||
// source: 'delegateToOuterThis.kt'
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field s$delegate: O
|
||||
synthetic final field this$0: O
|
||||
static method <clinit>(): void
|
||||
public method <init>(p0: O): void
|
||||
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
||||
public final inner class O$I
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class O {
|
||||
// source: 'delegateToOuterThis.kt'
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.Nullable p1: java.lang.Object): java.lang.String
|
||||
public final inner class O$I
|
||||
}
|
||||
Reference in New Issue
Block a user