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
Vendored
+47
@@ -0,0 +1,47 @@
|
||||
public final class GenericMethodSignatureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.Class, p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.Class, @org.jetbrains.annotations.NotNull p3: java.lang.String, @org.jetbrains.annotations.NotNull p4: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Params {
|
||||
private final @org.jetbrains.annotations.NotNull field expecedParamType: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field expectedReturnType: java.lang.String
|
||||
private final field methodIndex: int
|
||||
private final @org.jetbrains.annotations.NotNull field paramClass: java.lang.Class
|
||||
public method <init>(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.Class, @org.jetbrains.annotations.NotNull p2: java.lang.String, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getExpecedParamType(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getExpectedReturnType(): java.lang.String
|
||||
public final method getMethodIndex(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getParamClass(): java.lang.Class
|
||||
}
|
||||
|
||||
|
||||
public final class TParam {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.Nullable method test1(p0: java.lang.Object): java.lang.Object
|
||||
public final @org.jetbrains.annotations.Nullable method test2(@org.jetbrains.annotations.NotNull p0: Z): Z
|
||||
public final @org.jetbrains.annotations.Nullable method test3(@org.jetbrains.annotations.NotNull p0: Z): Z
|
||||
public final @org.jetbrains.annotations.Nullable method test4(p0: java.lang.Object): Zout
|
||||
public final @org.jetbrains.annotations.Nullable method test5(p0: java.lang.Object): Zin
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Zin {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Zout {
|
||||
public method <init>(): void
|
||||
}
|
||||
Reference in New Issue
Block a user