mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
7 lines
148 B
Kotlin
Vendored
7 lines
148 B
Kotlin
Vendored
import dependency.<error>J</error>
|
|
|
|
fun usage(): String {
|
|
val j: <error>J</error> = <error>J</error>()
|
|
return j.<error>toString</error>()
|
|
}
|