DEBSOURCES
Skip Quicknav
sources / highlight.js / 10.7.3%2Bdfsg-2 / test / detect / kotlin / default.txt
123456789101112
import kotlin.lang.test interface A { fun x() } fun xxx(): Int { return 888 } public fun main(args: Array<String>) { }