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 EnumWithLambdaParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Sign {
|
||||
private final @org.jetbrains.annotations.NotNull field func: kotlin.jvm.functions.Function2
|
||||
public final static field mult: Sign
|
||||
@@ -16,7 +15,6 @@ public enum class Sign {
|
||||
public static method values(): Sign[]
|
||||
}
|
||||
|
||||
|
||||
final static class Sign/mult {
|
||||
inner class Sign/mult
|
||||
method <init>(p0: java.lang.String, p1: int): void
|
||||
|
||||
Reference in New Issue
Block a user