mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-25 00:21:28 +00:00
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
package test
|
|
|
|
public trait InterfaceWithObjectMethod : java.lang.Object {
|
|
}
|