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,14 @@
|
||||
public final class Kt3571Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Thing {
|
||||
private synthetic final field $$delegate_0: java.lang.CharSequence
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): void
|
||||
public final method charAt(p0: int): char
|
||||
public method get(p0: int): char
|
||||
public method getLength(): int
|
||||
public final method length(): int
|
||||
public @org.jetbrains.annotations.NotNull method subSequence(p0: int, p1: int): java.lang.CharSequence
|
||||
}
|
||||
Reference in New Issue
Block a user