9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
package test
|
|
|
|
[ERROR : Unresolved annotation type: BadAnnotation]() internal val SomeObject: test.SomeObject
|
|
internal val some: test.SomeObject
|
|
|
|
[ERROR : Unresolved annotation type: BadAnnotation]() internal object SomeObject {
|
|
/*primary*/ private constructor SomeObject()
|
|
}
|