d2592e4a2c
#KT-7114 Fixed
9 lines
145 B
Plaintext
Vendored
9 lines
145 B
Plaintext
Vendored
package test
|
|
|
|
internal interface TheTrait {
|
|
|
|
public companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
}
|
|
}
|