Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-1
@@ -2,7 +2,6 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Anno
|
||||
|
||||
|
||||
public final class AnnotationRetentionAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ public annotation class Anno {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -1,7 +1,6 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Get
|
||||
|
||||
|
||||
public final class PropertyAccessorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @Get @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ public annotation class Ann {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyWithoutBackingFieldKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
|
||||
|
||||
-1
@@ -2,7 +2,6 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class BinaryAnno
|
||||
|
||||
|
||||
public final class RetentionsKt {
|
||||
public final static @RuntimeAnno @SourceAnno @BinaryAnno @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -9,7 +9,6 @@ public annotation class Simple {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleClassAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -9,7 +9,6 @@ public annotation class Primary
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Secondary
|
||||
|
||||
|
||||
public final class SimpleConstructorAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public annotation class Simple {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleFunAnnotationKt {
|
||||
public final static @Simple @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public annotation class Simple {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleParamAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@Simple p0: int): void
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public annotation class Simple {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleValAnnotationKt {
|
||||
private final static field foo: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user