Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -7,7 +7,6 @@ public final class AccessTopLevelDelegatedPropertyInClinitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
|
||||
|
||||
-2
@@ -7,12 +7,10 @@ public final class B {
|
||||
public final method test(): void
|
||||
}
|
||||
|
||||
|
||||
public final class CapturePropertyInClosureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
|
||||
-2
@@ -5,12 +5,10 @@ public final class AImpl {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.Number
|
||||
}
|
||||
|
||||
|
||||
public final class CastGetReturnTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
public method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
|
||||
-4
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: Derived): void
|
||||
}
|
||||
|
||||
|
||||
public class Base {
|
||||
private final @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
||||
@@ -15,12 +14,10 @@ public class Base {
|
||||
public @org.jetbrains.annotations.NotNull method getA(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CastSetParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private @org.jetbrains.annotations.NotNull field inner: Derived
|
||||
public method <init>(): void
|
||||
@@ -30,7 +27,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.NotNull p2: Base): void
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
private final @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
||||
|
||||
-2
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Delegate {
|
||||
private field inner: int
|
||||
inner class A/Delegate
|
||||
@@ -18,7 +17,6 @@ public final static class A/Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegateAsInnerClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -8,7 +8,6 @@ public final class A {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
@@ -18,7 +17,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegateByOtherPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
@@ -16,7 +15,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegateByTopLevelFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): Delegate
|
||||
|
||||
-2
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
@@ -16,7 +15,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegateByTopLevelPropertyKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field p: Delegate
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -2,13 +2,11 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
public method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class DelegateForExtPropertyKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
|
||||
Vendored
-3
@@ -3,12 +3,10 @@ public final class Delegate {
|
||||
public final method getValue(@org.jetbrains.annotations.NotNull p0: F.A, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class DelegateForExtPropertyInClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class F {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
@@ -18,7 +16,6 @@ public final class F {
|
||||
public final method getProp(@org.jetbrains.annotations.NotNull p0: F.A): int
|
||||
}
|
||||
|
||||
|
||||
public final static class F/A {
|
||||
inner class F/A
|
||||
public method <init>(): void
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class DelegateWithPrivateSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field delegate$delegate: kotlin.properties.ReadWriteProperty
|
||||
|
||||
Vendored
-4
@@ -2,7 +2,6 @@ public class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class D {
|
||||
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -10,7 +9,6 @@ public final class D {
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ExtensionDelegatesWithSameNamesKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field prop$delegate$1: D
|
||||
@@ -20,13 +18,11 @@ public final class ExtensionDelegatesWithSameNamesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getProp(@org.jetbrains.annotations.NotNull p0: O): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class K {
|
||||
public final static field INSTANCE: K
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
|
||||
compiler/testData/codegen/light-analysis/delegatedProperty/extensionPropertyAndExtensionGetValue.txt
Vendored
-3
@@ -4,14 +4,12 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getO(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final @org.jetbrains.annotations.NotNull field k: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public @org.jetbrains.annotations.NotNull method getK(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ExtensionPropertyAndExtensionGetValueKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field prop$delegate: A
|
||||
@@ -20,7 +18,6 @@ public final class ExtensionPropertyAndExtensionGetValueKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: I, @org.jetbrains.annotations.NotNull p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface I {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getK(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
@@ -14,7 +13,6 @@ public final class A/B {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
@@ -24,7 +22,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericDelegateKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,12 +5,10 @@ public final class A {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class GetAsExtensionFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getValue(@org.jetbrains.annotations.NotNull p0: Delegate, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: kotlin.reflect.KProperty): int
|
||||
|
||||
-2
@@ -6,12 +6,10 @@ public final class A {
|
||||
public final method getValue(@org.jetbrains.annotations.NotNull p0: Delegate, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class GetAsExtensionFunInClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,13 +5,11 @@ public final class A {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
public method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class InClassValKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
@@ -16,7 +15,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class InClassVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ public interface A {
|
||||
public abstract method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AImpl {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
@@ -10,13 +9,11 @@ public final class AImpl {
|
||||
public method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
public method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class InTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
@@ -14,7 +13,6 @@ public final class A/B {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
@@ -24,7 +22,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class InferredPropertyTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
private final static @org.jetbrains.annotations.NotNull field A$delegate: Delegate
|
||||
private final static @org.jetbrains.annotations.NotNull field B$delegate: Delegate
|
||||
@@ -18,7 +17,6 @@ public final class Foo {
|
||||
public final method getF(): int
|
||||
}
|
||||
|
||||
|
||||
public final static class Foo/Companion {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
inner class Foo/Companion
|
||||
@@ -28,13 +26,11 @@ public final static class Foo/Companion {
|
||||
public final method setB(@org.jetbrains.annotations.NotNull p0: Foo): void
|
||||
}
|
||||
|
||||
|
||||
public interface FooTrait {
|
||||
public final static field Companion: FooTrait.Companion
|
||||
inner class FooTrait/Companion
|
||||
}
|
||||
|
||||
|
||||
public final static class FooTrait/Companion {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field A$delegate: Delegate
|
||||
@@ -46,7 +42,6 @@ public final static class FooTrait/Companion {
|
||||
public final method setB(@org.jetbrains.annotations.NotNull p0: Foo): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4138Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,5 +2,4 @@ public final class Kt6722Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T
|
||||
|
||||
@@ -6,17 +6,14 @@ public class A {
|
||||
protected final method setK(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt9712Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
public final static field INSTANCE: X
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class foo/CapturedLocalValKt {
|
||||
public final static method run(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class foo/Delegate {
|
||||
public method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ public final class foo/CapturedLocalValNoInlineKt {
|
||||
public final static method run(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class foo/Delegate {
|
||||
public method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class foo/CapturedLocalVarKt {
|
||||
public final static method run(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class foo/Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ public final class foo/CapturedLocalVarNoInlineKt {
|
||||
public final static method run(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class foo/Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class foo/Delegate {
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class foo/InlineGetValueKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -7,7 +7,6 @@ public final class foo/Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class foo/InlineOperatorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class foo/Delegate {
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class foo/LocalValKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ public final class foo/Delegate {
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class foo/LocalValNoExplicitTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class foo/Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class foo/LocalVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -7,7 +7,6 @@ public final class foo/Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class foo/LocalVarNoExplicitTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -5,7 +5,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.NotNull p0: My, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field delegate$delegate: Delegate
|
||||
@@ -14,7 +13,6 @@ public final class My {
|
||||
private final method setDelegate(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateSetterKPropertyIsNotMutableKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
@@ -17,7 +16,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-5
@@ -9,7 +9,6 @@ public final class A {
|
||||
public final method setFoo(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
inner class A/Companion
|
||||
@@ -18,7 +17,6 @@ public final static class A/Companion {
|
||||
public final method setBar(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class AnyHandler {
|
||||
public final static field INSTANCE: AnyHandler
|
||||
private method <init>(): void
|
||||
@@ -26,7 +24,6 @@ public final class AnyHandler {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.Nullable p2: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class IntHandler {
|
||||
public final static field INSTANCE: IntHandler
|
||||
private method <init>(): void
|
||||
@@ -34,7 +31,6 @@ public final class IntHandler {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyMetadataShouldBeCachedKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field baz$delegate: StringHandler
|
||||
@@ -45,7 +41,6 @@ public final class PropertyMetadataShouldBeCachedKt {
|
||||
public final static @org.jetbrains.annotations.Nullable method record(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KProperty): kotlin.Unit
|
||||
}
|
||||
|
||||
|
||||
public final class StringHandler {
|
||||
public final static field INSTANCE: StringHandler
|
||||
private method <init>(): void
|
||||
|
||||
-2
@@ -6,12 +6,10 @@ public class A {
|
||||
private final method setValue(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ProtectedVarWithPrivateSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -15,7 +15,6 @@ public final class DifferentReceiversKt {
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyClass {
|
||||
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
Vendored
+1
-1
@@ -18,4 +18,4 @@ public final class EvaluationOrderVarKt {
|
||||
public final static method setTestK(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final static method setTestO(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final static method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: java.lang.Object, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -9,7 +9,6 @@ public final class ExtensionDelegatedKt {
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class UserDataProperty {
|
||||
private final @org.jetbrains.annotations.NotNull field key: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
-1
@@ -15,7 +15,6 @@ public final class GenericKt {
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public class MyClass {
|
||||
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
-1
@@ -8,7 +8,6 @@ public final class InClassKt {
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field testK$delegate: java.lang.String
|
||||
|
||||
compiler/testData/codegen/light-analysis/delegatedProperty/provideDelegate/inlineProvideDelegate.txt
Vendored
+1
-2
@@ -1,4 +1,3 @@
|
||||
|
||||
public final class InlineProvideDelegateKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private static @org.jetbrains.annotations.NotNull field log: java.lang.String
|
||||
@@ -14,4 +13,4 @@ public final class InlineProvideDelegateKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method provideDelegate(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: java.lang.Object): java.lang.String
|
||||
public final static method runLogged(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -8,7 +8,6 @@ public final class JvmStaticInObjectKt {
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
public final static field INSTANCE: Test
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ public final class LocalKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method provideDelegate(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: java.lang.Object): java.lang.String
|
||||
public final static method runLogged(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
}
|
||||
|
||||
+1
-3
@@ -1,4 +1,3 @@
|
||||
|
||||
public final class LocalDifferentReceiversKt {
|
||||
private static @org.jetbrains.annotations.NotNull field log: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
@@ -10,9 +9,8 @@ public final class LocalDifferentReceiversKt {
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyClass {
|
||||
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -10,7 +10,6 @@ public final class Host {
|
||||
public final @org.jetbrains.annotations.NotNull method provideDelegate(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: java.lang.Object): Host.StringDelegate
|
||||
}
|
||||
|
||||
|
||||
public final static class Host/StringDelegate {
|
||||
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
inner class Host/StringDelegate
|
||||
@@ -19,7 +18,6 @@ public final static class Host/StringDelegate {
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MemberExtensionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -13,4 +13,4 @@ public final class PropertyMetadataKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method provideDelegate(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: kotlin.reflect.KProperty): java.lang.String
|
||||
public final static method runLogged(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
}
|
||||
|
||||
-2
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
@@ -15,7 +14,6 @@ public final class Delegate {
|
||||
public final method setInner(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class SetAsExtensionFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method setValue(@org.jetbrains.annotations.NotNull p0: Delegate, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: kotlin.reflect.KProperty, p3: int): void
|
||||
|
||||
-2
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setValue(@org.jetbrains.annotations.NotNull p0: Delegate, @org.jetbrains.annotations.Nullable p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: kotlin.reflect.KProperty, p3: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
@@ -16,7 +15,6 @@ public final class Delegate {
|
||||
public final method setInner(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class SetAsExtensionFunInClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -5,7 +5,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
public final static field INSTANCE: O
|
||||
@@ -18,7 +17,6 @@ public final class O {
|
||||
public final method setMember(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class StackOverflowOnCallFromGetValueKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field topLevel$delegate: Delegate
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Delegate {
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class TopLevelValKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class TopLevelVarKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
|
||||
-2
@@ -8,7 +8,6 @@ public final class A {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private final @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function1
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
|
||||
@@ -16,7 +15,6 @@ public final class Delegate {
|
||||
public final method getValue(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class TwoPropByOneDelegeteKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field p: Delegate
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -5,7 +5,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
public final static field INSTANCE: O
|
||||
@@ -18,7 +17,6 @@ public final class O {
|
||||
public final method setMember(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class UseKPropertyLaterKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field properties: java.util.HashSet
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class Delegate {
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class UseReflectionOnKPropertyKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
|
||||
-3
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
@@ -13,13 +12,11 @@ public final class A/B {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
public method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
}
|
||||
|
||||
|
||||
public final class ValInInnerClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
@@ -14,7 +13,6 @@ public final class A/B {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Delegate {
|
||||
private field inner: int
|
||||
public method <init>(): void
|
||||
@@ -24,7 +22,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class VarInInnerClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user