Light analysis tests: do not render empty lines between classes and in the beginning

This commit is contained in:
Alexander Udalov
2016-12-22 16:36:56 +03:00
parent 8fb7a70972
commit 5402d50ea3
1597 changed files with 10 additions and 3598 deletions
@@ -5,26 +5,22 @@ public final class A {
private final method getFoo(): int
}
public final class AccessToPrivatePropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class B {
private final field foo: int
public method <init>(): void
public final method foo(): void
}
public final class C {
private field foo: int
public method <init>(): void
public final method foo(): void
}
public final class D {
private field foo: int
public method <init>(): void
@@ -2,7 +2,6 @@ public final class AccessToPrivateSetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class D {
private field foo: int
public method <init>(): void
@@ -4,7 +4,6 @@ public final class A {
public final method setC(p0: int): void
}
public final class AugmentedAssignmentsAndIncrementsKt {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private static field a: int
@@ -22,7 +21,6 @@ public final class AugmentedAssignmentsAndIncrementsKt {
public final static method setF(p0: int): void
}
public final class SimpleDelegate {
public final static field INSTANCE: SimpleDelegate
private method <init>(): void
@@ -2,7 +2,6 @@ public final class ClassArtificialFieldInsideNestedKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
private final @org.jetbrains.annotations.NotNull field back: java.lang.String
public method <init>(): void
@@ -10,7 +9,6 @@ public final class My {
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
}
public abstract class Your {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
@@ -2,7 +2,6 @@ public final class ClassFieldInsideLambdaKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
private final @org.jetbrains.annotations.NotNull field my: java.lang.String
public method <init>(): void
@@ -2,7 +2,6 @@ public final class ClassFieldInsideLocalInSetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
private @org.jetbrains.annotations.NotNull field my: java.lang.String
public method <init>(): void
@@ -2,14 +2,12 @@ public final class ClassFieldInsideNestedKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
private final @org.jetbrains.annotations.NotNull field my: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
}
public abstract class Your {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
@@ -2,7 +2,6 @@ public final class ClassObjectPropertiesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
public final static field Companion: Test.Companion
private final static field prop1: int
@@ -15,7 +14,6 @@ public final class Test {
public method <init>(): void
}
public final static class Test/Companion {
inner class Test/Companion
private method <init>(): void
@@ -2,14 +2,12 @@ public final class ClassPrivateArtificialFieldInsideNestedKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
private final field back: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
}
public abstract class Your {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
@@ -12,7 +12,6 @@ public final class OurTest {
public method removeAt(p0: int): java.lang.String
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -10,7 +10,6 @@ public class A {
public method setVarProp(p0: int): void
}
public final class B {
private final field valProp: int
public method <init>(): void
@@ -21,7 +20,6 @@ public final class B {
public method setVarProp(p0: int): void
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class CompanionFieldInsideLambdaKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
public final static field Companion: My.Companion
private final static @org.jetbrains.annotations.NotNull field my: java.lang.String
@@ -10,7 +9,6 @@ public final class My {
public method <init>(): void
}
public final static class My/Companion {
inner class My/Companion
private method <init>(): void
@@ -6,7 +6,6 @@ public final class A {
public method <init>(): void
}
public final static class A/Companion {
inner class A/Companion
private method <init>(): void
@@ -14,7 +13,6 @@ public final static class A/Companion {
public final method getI2(): int
}
public final class B {
public final static field Named: B.Named
private final static field i1: int
@@ -23,7 +21,6 @@ public final class B {
public method <init>(): void
}
public final static class B/Named {
inner class B/Named
private method <init>(): void
@@ -31,7 +28,6 @@ public final static class B/Named {
public final method getI2(): int
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -8,13 +8,11 @@ public enum class Enoom {
public static method values(): Enoom[]
}
public final static class Enoom/Companion {
inner class Enoom/Companion
private method <init>(): void
}
public final class Klass {
public final static field Companion: Klass.Companion
public final static @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field JVM_NAME: java.lang.String
@@ -23,25 +21,21 @@ public final class Klass {
public method <init>(): void
}
public final static class Klass/Companion {
inner class Klass/Companion
private method <init>(): void
}
public final class TestKt {
public final static method box(): java.lang.String
}
public interface Trait {
public final static field Companion: Trait.Companion
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
inner class Trait/Companion
}
public final static class Trait/Companion {
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
inner class Trait/Companion
@@ -2,7 +2,6 @@ public final class CompanionPrivateFieldKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
public final static field Companion: My.Companion
private final static field my: java.lang.String
@@ -10,7 +9,6 @@ public final class My {
public method <init>(): void
}
public final static class My/Companion {
inner class My/Companion
private method <init>(): void
@@ -2,7 +2,6 @@ public final class CompanionPrivateFieldInsideLambdaKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
public final static field Companion: My.Companion
private final static field my: java.lang.String
@@ -10,7 +9,6 @@ public final class My {
public method <init>(): void
}
public final static class My/Companion {
inner class My/Companion
private method <init>(): void
@@ -5,7 +5,6 @@ public final class A {
private method <init>(): void
}
public final class B {
public final static field Companion: B.Companion
private final static field privateConst: int
@@ -15,7 +14,6 @@ public final class B {
public method <init>(): void
}
public final static class B/Companion {
inner class B/Companion
private method <init>(): void
@@ -3,7 +3,6 @@ public annotation class A {
public abstract method value(): java.lang.String
}
public final class ConstValInAnnotationDefaultKt {
public final static @org.jetbrains.annotations.NotNull field z: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
@@ -2,7 +2,6 @@ public final class InterfaceCompanionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface KInt {
public final static field Companion: KInt.Companion
public final static @org.jetbrains.annotations.NotNull field a: java.lang.String
@@ -10,7 +9,6 @@ public interface KInt {
inner class KInt/Companion
}
public final static class KInt/Companion {
public final static @org.jetbrains.annotations.NotNull field a: java.lang.String
public final static @org.jetbrains.annotations.NotNull field b: java.lang.String
@@ -2,7 +2,6 @@ public final class FieldInClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
private final @org.jetbrains.annotations.NotNull field my: java.lang.String
public method <init>(): void
@@ -4,7 +4,6 @@ public final class FieldInsideFieldKt {
public final static @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
}
public abstract class Your {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
@@ -4,7 +4,6 @@ public final class FieldInsideNestedKt {
public final static @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
}
public abstract class Your {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
@@ -14,7 +14,6 @@ public class As/A {
public final method setBackingField(p0: int): void
}
public class As/B {
private final @org.jetbrains.annotations.NotNull field property: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
@@ -23,7 +22,6 @@ public class As/B {
public final @org.jetbrains.annotations.NotNull method getWithBackingFieldProperty(): java.lang.String
}
public final class As/GeneralAccessKt {
private final static @org.jetbrains.annotations.NotNull field staticProperty: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
@@ -5,7 +5,6 @@ public final class Base {
public final method setCount(p0: int): void
}
public final class Kt10715Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -5,7 +5,6 @@ public final class IntentionsBundle {
public method <init>(): void
}
public final static class IntentionsBundle/Companion {
inner class IntentionsBundle/Companion
private method <init>(): void
@@ -13,7 +12,6 @@ public final static class IntentionsBundle/Companion {
public final @org.jetbrains.annotations.NotNull method message2(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class Kt10729Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class Kt1159Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class RefreshQueue {
public final static field INSTANCE: RefreshQueue
private final static field any: java.lang.Object
@@ -2,13 +2,11 @@ public final class Kt1165Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class PhysicalVirtualFile {
public method <init>(): void
public method getSize(): long
}
public abstract class VirtualFile {
public method <init>(): void
public abstract method getSize(): long
@@ -6,12 +6,10 @@ public abstract class BaseClass {
protected @org.jetbrains.annotations.NotNull method getKind2(): java.lang.String
}
public final class Kt1168Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Subclass {
private final @org.jetbrains.annotations.NotNull field kind2: java.lang.String
private final @org.jetbrains.annotations.NotNull field kind: java.lang.String
@@ -5,12 +5,10 @@ public abstract class BaseClass {
public final @org.jetbrains.annotations.NotNull method getKindValue(): java.lang.String
}
public final class Kt1170Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Subclass {
private final @org.jetbrains.annotations.NotNull field kind: java.lang.String
public method <init>(): void
@@ -2,21 +2,18 @@ public final class Kt12200Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class ThingTemplate {
private final field prop: int
public method <init>(): void
public final method getProp(): int
}
public final class ThingVal {
private final field prop: int
public method <init>(@org.jetbrains.annotations.NotNull p0: ThingTemplate): void
public final method getProp(): int
}
public final class ThingVar {
private field prop: int
public method <init>(@org.jetbrains.annotations.NotNull p0: ThingTemplate): void
@@ -1,25 +0,0 @@
public final class Kt12200ConstKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class ThingTemplate {
public final static field INSTANCE: ThingTemplate
public final static field prop: int
private method <init>(): void
}
public final class ThingVal {
private final field prop: int
public method <init>(): void
public final method getProp(): int
}
public final class ThingVar {
private field prop: int
public method <init>(): void
public final method getProp(): int
public final method setProp(p0: int): void
}
@@ -4,13 +4,11 @@ public class Base {
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
}
public final class Foo {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final method something(): java.lang.String
}
public final class Kt1398Kt {
public final static method box(): java.lang.String
}
@@ -4,13 +4,11 @@ public class pack/A {
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
}
public final class pack/B {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
}
public final class pack/Kt1417Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -7,14 +7,12 @@ public abstract class ClassValAbstract {
public abstract method setA(p0: int): void
}
public final static class ClassValAbstract/Companion {
inner class ClassValAbstract/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMethods(): java.lang.reflect.Method[]
}
public final class Kt1482_2279Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -3,7 +3,6 @@ public interface A {
public abstract @org.jetbrains.annotations.NotNull method getTest(): java.lang.Integer
}
public final class AImpl {
private final @org.jetbrains.annotations.Nullable field method: kotlin.jvm.functions.Function0
private final @org.jetbrains.annotations.NotNull field test: java.lang.Integer
@@ -12,7 +11,6 @@ public final class AImpl {
public @org.jetbrains.annotations.NotNull method getTest(): java.lang.Integer
}
public final class Kt1714Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(@org.jetbrains.annotations.NotNull p0: A): void
@@ -2,14 +2,12 @@ public interface A {
public abstract method getV(): int
}
public final class AImpl {
private final field v: int
public method <init>(): void
public method getV(): int
}
public final class Kt1714_minimalKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class Kt2331Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class P {
private field x: int
public method <init>(): void
@@ -5,14 +5,12 @@ public final class A {
public final method setT(p0: java.lang.Object): void
}
public final class B {
private final field r: java.lang.Object
public method <init>(p0: java.lang.Object): void
public final method getR(): java.lang.Object
}
public final class Kt257Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class Kt2655Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class SimpleTextField {
private field text2: java.lang.String
public method <init>(): void
@@ -10,13 +9,11 @@ public final class SimpleTextField {
public method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public interface TextField {
public abstract @org.jetbrains.annotations.NotNull method getText(): java.lang.String
public abstract method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class TextFieldWrapper {
private synthetic final field $$delegate_0: TextField
public method <init>(@org.jetbrains.annotations.NotNull p0: TextField): void
@@ -5,19 +5,16 @@ public final class DelegateTest {
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
public final class FooDelegate {
private final @org.jetbrains.annotations.NotNull field propertyTest: java.lang.String
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
}
public interface FooTrait {
public abstract @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
}
public final class Kt2786Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,18 +2,15 @@ public class A {
public method <init>(): void
}
public final class B {
public method <init>(): void
public final method foo(): int
}
public final class Kt2892Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
private final @org.jetbrains.annotations.NotNull field a: A
public method <init>(): void
@@ -2,7 +2,6 @@ public final class testing/Kt3118Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class testing/Test {
public method <init>(): void
private final method getHello(): java.lang.String
@@ -7,14 +7,12 @@ public final class Identifier {
private final method setMyNullable(p0: boolean): void
}
public final static class Identifier/Companion {
inner class Identifier/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method init(p0: boolean): Identifier
}
public final class Kt3551Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class Kt3556Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
private final @org.jetbrains.annotations.NotNull field a: java.lang.String
public method <init>(): void
@@ -3,7 +3,6 @@ public final class Bar {
public method <init>(): void
}
public final class Bar/Baz {
synthetic final field this$0: Bar
inner class Bar/Baz
@@ -11,7 +10,6 @@ public final class Bar/Baz {
public final method call(): void
}
public abstract class Foo {
private field isOpen: boolean
public method <init>(): void
@@ -19,7 +17,6 @@ public abstract class Foo {
private final method setOpen(p0: boolean): void
}
public final class Kt3930Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class Kt4140Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class TestObject {
public final static field Companion: TestObject.Companion
private static field prop: int
@@ -10,7 +9,6 @@ public final class TestObject {
public method <init>(): void
}
public final static class TestObject/Companion {
inner class TestObject/Companion
private method <init>(): void
@@ -2,7 +2,6 @@ public final class CallbackBlock {
public method <init>(): void
}
public final class Foo {
public final static field Companion: Foo.Companion
private static field bar: int
@@ -11,7 +10,6 @@ public final class Foo {
public final method getBar(): int
}
public final static class Foo/Companion {
inner class Foo/Companion
private method <init>(): void
@@ -19,7 +17,6 @@ public final static class Foo/Companion {
private final method setBar(p0: int): void
}
public final class Kt4252Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -16,7 +16,6 @@ public final class Foo {
public final method setD(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final static class Foo/Companion {
inner class Foo/Companion
private method <init>(): void
@@ -25,7 +24,6 @@ public final static class Foo/Companion {
public final method setBoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Kt4252_2Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -10,7 +10,6 @@ public final class A {
public final method test2(p0: int, p1: int): int
}
public final class Kt4340Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -5,13 +5,11 @@ public final class A {
public synthetic method getProp(): java.lang.Object
}
public final class Kt4373Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method eat(p0: int): void
}
public interface Tr {
public abstract method getProp(): java.lang.Object
}
@@ -3,12 +3,10 @@ public final class D {
public final method getValue(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): void
}
public final class Kt4383Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class P {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
public final static field INSTANCE: P
@@ -2,7 +2,6 @@ public final class name/Kt613Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class name/Test {
private field i: int
private final field ten: long
@@ -6,7 +6,6 @@ public final class App {
public final method init(): void
}
public final static class App/Companion {
inner class App/Companion
private method <init>(): void
@@ -14,7 +13,6 @@ public final static class App/Companion {
private final method setS(p0: java.lang.String): void
}
public final class Kt8928Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -6,7 +6,6 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
public final class Kt9603Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -7,7 +7,6 @@ public final class A {
public final method setMyStr(): void
}
private final static class A/Companion {
inner class A/Companion
private method <init>(): void
@@ -15,7 +14,6 @@ private final static class A/Companion {
private final method setStr(p0: java.lang.String): void
}
public final class AccessorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -6,7 +6,6 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method getMyStr(): java.lang.String
}
private final static class A/Companion {
inner class A/Companion
private method <init>(): void
@@ -14,7 +13,6 @@ private final static class A/Companion {
private final method setStr(p0: java.lang.String): void
}
public final class AccessorExceptionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -4,7 +4,6 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method getMyStr(): java.lang.String
}
public final class ExceptionFieldKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -5,7 +5,6 @@ public final class A {
public final method setStr(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class ExceptionGetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -7,12 +7,10 @@ public final class A {
public method setStr(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public interface Intf {
public abstract @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
}
public final class OverrideKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -6,12 +6,10 @@ public final class A {
public method setStr(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public interface Intf {
public abstract @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
}
public final class OverrideExceptionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -6,7 +6,6 @@ public final class My {
private final method setX(p0: java.lang.String): void
}
public final class PrivateSetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -6,7 +6,6 @@ public final class My {
private final method setX(p0: java.lang.String): void
}
public final class PrivateSetterFromLambdaKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -5,7 +5,6 @@ public final class A {
public final method setStr(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class SimpleVarKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -10,7 +10,6 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
public final class VisibilityKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -7,12 +7,10 @@ public final class A {
public synthetic method setValue(p0: java.lang.Comparable): void
}
public final class PrimitiveOverrideDefaultAccessorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface R {
public abstract @org.jetbrains.annotations.NotNull method getValue(): java.lang.Comparable
public abstract method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.Comparable): void
@@ -8,7 +8,6 @@ public final class A {
public synthetic method setValue(p0: java.lang.Comparable): void
}
public final class Holder {
private field value: int
public method <init>(p0: int): void
@@ -18,12 +17,10 @@ public final class Holder {
public final method setValue(p0: int): void
}
public final class PrimitiveOverrideDelegateAccessorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface R {
public abstract @org.jetbrains.annotations.NotNull method getValue(): java.lang.Comparable
public abstract method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.Comparable): void
@@ -5,7 +5,6 @@ public final class A {
public final method foo(): void
}
public final class PrivatePropertyInConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class PrivatePropertyWithoutBackingFieldKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
public method <init>(): void
public final method foo(): void
@@ -3,7 +3,6 @@ public final class test/B {
public final method bar(): java.lang.String
}
public final class test/KotlinKt {
public final static method box(): java.lang.String
}
@@ -4,7 +4,6 @@ public final class z/KotlinExtender {
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
public final class z/KotlinKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method runSlowly(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
@@ -6,14 +6,12 @@ public final class z/A {
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
public final static class z/A/Companion {
inner class z/A/Companion
private method <init>(): void
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
public final class z/KotlinKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method runSlowly(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
@@ -4,7 +4,6 @@ public final class A {
public final @org.jetbrains.annotations.Nullable method foo(): java.lang.String
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,7 +1,6 @@
@java.lang.annotation.Retention
public annotation class Anno
public final class TwoAnnotatedExtensionPropertiesWithoutBackingFieldsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private synthetic deprecated static @Anno method foo$annotations(p0: int): void
@@ -3,7 +3,6 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method getY(): java.lang.String
}
public final class TypeInferredFromGetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getX(): java.lang.String