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
+24
@@ -0,0 +1,24 @@
|
||||
public final class A {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field prop$delegate: A.Delegate
|
||||
inner class A/Delegate
|
||||
public method <init>(): void
|
||||
public final method getProp(): int
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Delegate {
|
||||
private field inner: int
|
||||
inner class A/Delegate
|
||||
public method <init>(): void
|
||||
public final method getInner(): int
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
public final method setInner(p0: int): void
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegateAsInnerClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user