update inbox list
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import kotlin.lang.test
|
||||
|
||||
trait A {
|
||||
fun x()
|
||||
}
|
||||
|
||||
fun xxx() : Int {
|
||||
return 888
|
||||
}
|
||||
|
||||
public fun main(args : Array<String>) {
|
||||
}
|
||||
Reference in New Issue
Block a user