Finding unused functions.

This commit is contained in:
Evgeny Gerashchenko
2014-12-18 20:35:54 +03:00
parent 38044c1000
commit f652d314d8
20 changed files with 167 additions and 10 deletions
@@ -0,0 +1,3 @@
fun usedOnlyRecursively() {
usedOnlyRecursively()
}