Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

default.txt 125B

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. }