Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/kotlin/default.txt

13 lines
125 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
import kotlin.lang.test
trait A {
fun x()
}
fun xxx() : Int {
return 888
}
public fun main(args : Array<String>) {
}