move tests to subdirectories

This commit is contained in:
Stepan Koltsov
2011-12-27 20:46:39 +04:00
parent fa500f453d
commit 0d5283d0a8
24 changed files with 0 additions and 0 deletions
@@ -0,0 +1,5 @@
package test
class ExtFunInClass {
fun Int.shuffle() = 1
}