default.txt 125 B

123456789101112
  1. import kotlin.lang.test
  2. trait A {
  3. fun x()
  4. }
  5. fun xxx() : Int {
  6. return 888
  7. }
  8. public fun main(args : Array<String>) {
  9. }