blob: 2e81c72ddb496358d27d46be3f67c7591ba0a162 [file] [log] [blame]
package test
public interface TheTrait {
public companion object Companion {
/*primary*/ private constructor Companion()
}
}