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,52 @@
|
||||
public interface BK {
|
||||
inner class BK/DefaultImpls
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
|
||||
public final class BK/DefaultImpls {
|
||||
inner class BK/DefaultImpls
|
||||
public static method x(p0: BK): int
|
||||
}
|
||||
|
||||
|
||||
public final class EnclosedFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface K {
|
||||
inner class K/DefaultImpls
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
|
||||
public final class K/DefaultImpls {
|
||||
inner class K/DefaultImpls
|
||||
public static method x(p0: K): int
|
||||
}
|
||||
|
||||
|
||||
public class M {
|
||||
public method <init>(): void
|
||||
public method x(): int
|
||||
}
|
||||
|
||||
|
||||
public class N {
|
||||
inner class N/C
|
||||
public method <init>(): void
|
||||
public method x(): int
|
||||
}
|
||||
|
||||
|
||||
public class N/C {
|
||||
synthetic final field this$0: N
|
||||
inner class N/C
|
||||
public method <init>(p0: N): void
|
||||
public final method test1(): int
|
||||
public final method test2(): int
|
||||
public final method test3(): int
|
||||
public final method test4(): int
|
||||
public method x(): int
|
||||
}
|
||||
Reference in New Issue
Block a user