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,19 @@
|
||||
public final class Defaultargs2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method reformat$default(p0: java.lang.String, p1: boolean, p2: boolean, p3: boolean, p4: java.lang.String, p5: int, p6: java.lang.Object): T4
|
||||
public final static @org.jetbrains.annotations.NotNull method reformat(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: boolean, p2: boolean, p3: boolean, @org.jetbrains.annotations.NotNull p4: java.lang.String): T4
|
||||
}
|
||||
|
||||
|
||||
public final class T4 {
|
||||
private final field c1: boolean
|
||||
private final field c2: boolean
|
||||
private final field c3: boolean
|
||||
private final @org.jetbrains.annotations.NotNull field c4: java.lang.String
|
||||
public method <init>(p0: boolean, p1: boolean, p2: boolean, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public final method getC1(): boolean
|
||||
public final method getC2(): boolean
|
||||
public final method getC3(): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method getC4(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user