Get rid of deprecated annotations and modifiers in project code

This commit is contained in:
Denis Zharkov
2015-09-14 16:26:59 +03:00
parent 02aafe4262
commit 9c4564a5a6
204 changed files with 485 additions and 439 deletions
@@ -23,11 +23,13 @@ import java.io.FileInputStream
import java.util.zip.ZipInputStream
public class TestStdlibWithDxTest {
Test public fun testRuntimeWithDx() {
@Test
public fun testRuntimeWithDx() {
doTest(ForTestCompileRuntime.runtimeJarForTests())
}
Test public fun testReflectWithDx() {
@Test
public fun testReflectWithDx() {
doTest(ForTestCompileRuntime.reflectJarForTests())
}