update inbox list
This commit is contained in:
12
vendor/scrivo/highlight.php/test/detect/kotlin/default.txt
vendored
Normal file
12
vendor/scrivo/highlight.php/test/detect/kotlin/default.txt
vendored
Normal file
@@ -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