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,18 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
}
|
||||
|
||||
|
||||
public final class IsFunKSmallKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field lambda0: kotlin.jvm.functions.Function0
|
||||
private final static @org.jetbrains.annotations.NotNull field lambda1: kotlin.jvm.functions.Function1
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method extFun(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
public final static method fn0(): void
|
||||
public final static method fn1(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
public final static @org.jetbrains.annotations.NotNull method getExtProp(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getLambda0(): kotlin.jvm.functions.Function0
|
||||
public final static @org.jetbrains.annotations.NotNull method getLambda1(): kotlin.jvm.functions.Function1
|
||||
public final static method setExtProp(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
Reference in New Issue
Block a user