3a8ad45dec
Reverts and fixes 102f0d3
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
package test
|
|
|
|
internal val some: test.SomeObject
|
|
internal fun <get-some>(): test.SomeObject
|
|
|
|
[ERROR : BadAnnotation]() internal object SomeObject {
|
|
/*primary*/ private constructor SomeObject()
|
|
|
|
public class object <class-object-for-SomeObject> : test.SomeObject {
|
|
/*primary*/ private constructor <class-object-for-SomeObject>()
|
|
}
|
|
}
|