Files
kotlin-fork/compiler/testData/lazyResolve/recursiveComparator/UnresolvedAnnotationOnObject.txt
T
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

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>()
}
}