298ddcf0ad
This replaces the logic that always did complete constructor call resolution by a request to typeResolver when only a type is needed
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
package test
|
|
|
|
internal val 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>()
|
|
}
|
|
}
|