5 lines
103 B
Kotlin
5 lines
103 B
Kotlin
package unusedButHasTooPopularName
|
|
|
|
fun f() { // unused, but won't marked so: too expensive to check
|
|
}
|