Configure project descriptor with directives

Implement optimize import test with redesigned class
This commit is contained in:
Nikolay Krasko
2013-05-20 16:28:04 +04:00
parent e98ee752bf
commit f33792a567
5 changed files with 41 additions and 46 deletions
@@ -17,4 +17,6 @@ class Action {
measureTimeMillis({ println(HashMap<String, Int>().size()) })
val test : ArrayList<Int>? = null
}
}
}
// RUNTIME
@@ -11,4 +11,6 @@ class Action {
measureTimeMillis({ println(HashMap<String, Int>().size()) })
val test : ArrayList<Int>? = null
}
}
}
// RUNTIME