Not searching for functions with conventional names.

Reasons:
1. They kind of implement interface.
2. They are too expensive to search.
This commit is contained in:
Evgeny Gerashchenko
2015-01-14 20:09:14 +03:00
parent c5351b0760
commit 4b20435ec9
2 changed files with 42 additions and 0 deletions
@@ -0,0 +1,34 @@
// all these are unused, but have conventional names, so they won't be marked as unused
fun inc() {
}
fun dec() {
}
fun component1() {
}
fun component100() {
}
fun equals() {
}
fun invoke() {
}
fun iterator() {
}
fun compareTo() {
}
fun get() {
}
fun set() {
}
fun plusAssign() {
}