Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,7 +2,6 @@ public final class Kt1061Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
public final static field INSTANCE: X
|
||||
private final static @org.jetbrains.annotations.NotNull field doit: kotlin.jvm.functions.Function1
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt1249Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestClass {
|
||||
private final @org.jetbrains.annotations.NotNull field body: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class Foo {
|
||||
public final @org.jetbrains.annotations.NotNull method getFilter(): kotlin.jvm.functions.Function1
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1290Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(): boolean
|
||||
|
||||
@@ -3,19 +3,16 @@ public interface Expr {
|
||||
public abstract method ttFun(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Expr/DefaultImpls {
|
||||
inner class Expr/DefaultImpls
|
||||
public static method ttFun(p0: Expr): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1776Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method sometest(@org.jetbrains.annotations.NotNull p0: Expr): int
|
||||
}
|
||||
|
||||
|
||||
public final class Num {
|
||||
private final field value: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method unaryPlus(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1953_classKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Doggy {
|
||||
public method play(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3285Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field sayResult: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
@@ -12,13 +11,11 @@ public final class Kt3285Kt {
|
||||
public final static method setSayResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class NoiseMaker {
|
||||
public method <init>(): void
|
||||
public final method say(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public abstract class Pet {
|
||||
public method <init>(): void
|
||||
public abstract method play(): void
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class Foo {
|
||||
private final method unaryPlus(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3298Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class Foo {
|
||||
public final method getA(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3646Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3969Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -4,13 +4,11 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4228Kt {
|
||||
private final static @org.jetbrains.annotations.NotNull field foo: kotlin.jvm.functions.Function1
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -2,23 +2,19 @@ public interface kt606/ChannelPipeline {
|
||||
public abstract method print(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public interface kt606/ChannelPipelineFactory {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getPipeline(): kt606.ChannelPipeline
|
||||
}
|
||||
|
||||
|
||||
public final class kt606/DefaultChannelPipeline {
|
||||
public method <init>(): void
|
||||
public method print(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class kt606/Kt606Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class kt606/StandardPipelineFactory {
|
||||
private final @org.jetbrains.annotations.NotNull field config: kotlin.jvm.functions.Function1
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt865Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Template {
|
||||
private final @org.jetbrains.annotations.NotNull field collected: java.util.ArrayList
|
||||
public method <init>(): void
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class Test {
|
||||
private final method self(@org.jetbrains.annotations.NotNull p0: java.lang.Object): Test$self$1
|
||||
}
|
||||
|
||||
|
||||
public final class ThisMethodInObjectLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,14 +5,12 @@ public final class Handler {
|
||||
public final method times(p0: int, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
|
||||
public final class Request {
|
||||
private final @org.jetbrains.annotations.NotNull field path: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getPath(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class VirtualKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user