Added test

This commit is contained in:
Valentin Kipyatkov
2015-04-03 16:43:18 +03:00
parent bcbe10ad2a
commit bf0798ca86
5 changed files with 18 additions and 0 deletions
@@ -0,0 +1,3 @@
class Dependency {
fun getInt(): Int = 1
}