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,26 @@
|
||||
public abstract class FList {
|
||||
public final static field Companion: FList.Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field emptyFList: FList
|
||||
inner class FList/Companion
|
||||
public method <init>(): void
|
||||
public abstract method getEmpty(): boolean
|
||||
public abstract method getHead(): java.lang.Object
|
||||
public abstract @org.jetbrains.annotations.NotNull method getTail(): FList
|
||||
public final @org.jetbrains.annotations.NotNull method plus(p0: java.lang.Object): FList
|
||||
}
|
||||
|
||||
|
||||
public final static class FList/Companion {
|
||||
inner class FList/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getEmptyFList(): FList
|
||||
}
|
||||
|
||||
|
||||
public final class FlistKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method emptyFList(): FList
|
||||
public final static @org.jetbrains.annotations.NotNull method iterator(@org.jetbrains.annotations.NotNull p0: FList): java.util.Iterator
|
||||
public synthetic static method reverse$default(p0: FList, p1: FList, p2: int, p3: java.lang.Object): FList
|
||||
public final static @org.jetbrains.annotations.NotNull method reverse(@org.jetbrains.annotations.NotNull p0: FList, @org.jetbrains.annotations.NotNull p1: FList): FList
|
||||
}
|
||||
Reference in New Issue
Block a user