Use box tests to check if the light analysis mode (without analyzing bodies when possible) produces the same result as the complete analysis. See also the next commit in which light analysis mode is applied. Note that no tests were changed.
This commit is contained in:
committed by
Yan Zhulanow
parent
8bdb54929b
commit
328286ab14
@@ -0,0 +1,4 @@
|
||||
public final class Ea35743Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getTest(p0: int): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public final class ForInStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(): int
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public final class InterpolationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.Nullable p0: java.lang.String): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class Kt2592Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
public final class Kt3571Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Thing {
|
||||
private synthetic final field $$delegate_0: java.lang.CharSequence
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): void
|
||||
public final method charAt(p0: int): char
|
||||
public method get(p0: int): char
|
||||
public method getLength(): int
|
||||
public final method length(): int
|
||||
public @org.jetbrains.annotations.NotNull method subSequence(p0: int, p1: int): java.lang.CharSequence
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class Kt3652Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class Kt5389_stringBuilderGetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
public final class Kt5956Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Thing {
|
||||
private final @org.jetbrains.annotations.NotNull field delegate: java.lang.CharSequence
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): void
|
||||
public final method charAt(p0: int): char
|
||||
public method get(p0: int): char
|
||||
public final @org.jetbrains.annotations.NotNull method getDelegate(): java.lang.CharSequence
|
||||
public method getLength(): int
|
||||
public final method length(): int
|
||||
public @org.jetbrains.annotations.NotNull method subSequence(p0: int, p1: int): java.lang.CharSequence
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class Kt881Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public final class Kt889Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method plus(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public final class Kt894Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method stringConcat(p0: int): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class MultilineStringsWithTemplatesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class RawStringsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
public final class P {
|
||||
private final @org.jetbrains.annotations.NotNull field actual: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field expected: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getActual(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getExpected(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class RawStringsWithManyQuotesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method array(@org.jetbrains.annotations.NotNull p0: P[]): P[]
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class StringBuilderAppendKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class StringPlusOnlyWorksOnStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user