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
@@ -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
}