Do not generate constructors for annotation classes.

This commit is contained in:
Dmitry Petrov
2016-09-06 11:45:01 +03:00
committed by Dmitry Petrov
parent 4e112b3f88
commit 4eda19b36a
2 changed files with 5 additions and 5 deletions
-4
View File
@@ -11,10 +11,6 @@ FILE /classes.kt
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestObject'
CLASS ANNOTATION_CLASS TestAnnotationClass
CONSTRUCTOR public constructor TestAnnotationClass()
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestAnnotationClass'
CLASS ENUM_CLASS TestEnumClass
CONSTRUCTOR private constructor TestEnumClass()
BLOCK_BODY