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
+17
@@ -0,0 +1,17 @@
|
||||
public final class Bar {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): java.lang.String
|
||||
public synthetic method foo(p0: java.lang.CharSequence): java.lang.CharSequence
|
||||
}
|
||||
|
||||
|
||||
public final class CovariantOverrideGenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Foo {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: Foo, p1: java.lang.CharSequence, p2: int, p3: java.lang.Object): java.lang.CharSequence
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): java.lang.CharSequence
|
||||
}
|
||||
Reference in New Issue
Block a user