Minor: Update tests for light analysis mode (rebase)

This commit is contained in:
Yan Zhulanow
2016-11-22 22:36:36 +03:00
committed by Yan Zhulanow
parent d246bd8cff
commit 75aaf6e797
15 changed files with 75 additions and 13 deletions
@@ -0,0 +1,3 @@
public final class BreakInDoWhileKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ContinueInDoWhileKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class Kt14581Kt {
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}