presentations/highlight-js/test/detect/kotlin/default.txt

13 lines
125 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
import kotlin.lang.test
trait A {
fun x()
}
fun xxx() : Int {
return 888
}
public fun main(args : Array<String>) {
}