Fix kapt tests (Kotlin version updated to 1.3)

This commit is contained in:
Yan Zhulanow
2018-09-05 15:17:05 +03:00
parent 17849473d6
commit 3276e348cc
17 changed files with 26 additions and 44 deletions
@@ -21,7 +21,8 @@ public final class TopLevelKt {
public TopLevelKt() {
super();
}
private static final int topLevelProperty = 2;
private static final int topLevelProperty = 0;
public static final int topLevelConstProperty = 2;
@org.jetbrains.annotations.Nullable()
public static final java.lang.String topLevelFunction() {