6 lines
56 B
Kotlin
6 lines
56 B
Kotlin
@file:Suppress("1")
|
|
|
|
@Suppress("2")
|
|
fun resolveMe() {
|
|
|
|
} |