Do not generate separate type parameter declarations for constructors
This commit is contained in:
@@ -3,7 +3,6 @@ FILE /dataClassesGeneric.kt
|
||||
$new: VALUE_PARAMETER <receiver: Test1>
|
||||
TYPE_PARAMETER <T>
|
||||
CONSTRUCTOR public constructor Test1<T>(x: T)
|
||||
TYPE_PARAMETER <T>
|
||||
VALUE_PARAMETER value-parameter x: T
|
||||
BLOCK_BODY
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
|
||||
Reference in New Issue
Block a user