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
+32
@@ -0,0 +1,32 @@
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
private final field defaultGetter$1: int
|
||||
private final static field defaultGetter: int
|
||||
private field defaultSetter$1: int
|
||||
private static field defaultSetter: int
|
||||
inner class C/Companion
|
||||
public method <init>(): void
|
||||
public final method getDefaultGetter(): int
|
||||
public final method getDefaultSetter(): int
|
||||
public final method setDefaultSetter(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
public final method getDefaultGetter(): int
|
||||
public final method getDefaultSetter(): int
|
||||
public final method setDefaultSetter(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class NativePropertyAccessorsKt {
|
||||
private final static field defaultGetter: int
|
||||
private static field defaultSetter: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method check(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
public final static method getDefaultGetter(): int
|
||||
public final static method getDefaultSetter(): int
|
||||
public final static method setDefaultSetter(p0: int): void
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
public final class foo/SimpleNativeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class foo/WithNative {
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public final class foo/TopLevelKt {
|
||||
public final static method bar(p0: long, @org.jetbrains.annotations.NotNull p1: java.lang.String): double
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user