9 lines
143 B
Plaintext
Vendored
9 lines
143 B
Plaintext
Vendored
package test
|
|
|
|
public interface TheTrait {
|
|
|
|
public companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
}
|
|
}
|