4b20435ec9
Reasons: 1. They kind of implement interface. 2. They are too expensive to search.
34 lines
292 B
Kotlin
34 lines
292 B
Kotlin
// 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() {
|
|
} |