Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
public final class foo/Delegate {
|
||||
private field inner: int
|
||||
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 foo/InlineOperatorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user