Reverted changes in test data to fix tests.

This commit is contained in:
Evgeny Gerashchenko
2013-12-23 18:28:10 +04:00
parent bbf1dff818
commit 61d346e93d
2 changed files with 6 additions and 0 deletions
@@ -2,6 +2,9 @@ package test
import java.io.File
/**
* User: ignatov
*/
public class Test() {
class object {
public fun isDir(parent: File): Boolean {
@@ -2,6 +2,9 @@
package test;
import java.io.File;
/**
* User: ignatov
*/
public class Test {
public static boolean isDir(File parent) {
if (parent == null || !parent.exists()) {