Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-6
@@ -3,7 +3,6 @@ public final class GenericMethodSignatureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.Class, p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.Class, @org.jetbrains.annotations.NotNull p3: java.lang.String, @org.jetbrains.annotations.NotNull p4: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Params {
|
||||
private final @org.jetbrains.annotations.NotNull field expecedParamType: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field expectedReturnType: java.lang.String
|
||||
@@ -16,12 +15,10 @@ public final class Params {
|
||||
public final @org.jetbrains.annotations.NotNull method getParamClass(): java.lang.Class
|
||||
}
|
||||
|
||||
|
||||
public final class TParam {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.Nullable method test1(p0: java.lang.Object): java.lang.Object
|
||||
@@ -31,17 +28,14 @@ public final class Test {
|
||||
public final @org.jetbrains.annotations.Nullable method test5(p0: java.lang.Object): Zin
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Zin {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Zout {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user