diff --git a/compiler/testData/writeSignature/constructor/ConstructorWithTypeParameterAndValueParameterP.kt b/compiler/testData/writeSignature/constructor/ConstructorWithTypeParameterAndValueParameterP.kt index f33dce88bce..c49d4398d39 100644 --- a/compiler/testData/writeSignature/constructor/ConstructorWithTypeParameterAndValueParameterP.kt +++ b/compiler/testData/writeSignature/constructor/ConstructorWithTypeParameterAndValueParameterP.kt @@ -3,4 +3,4 @@ class ConstructorWithTypeParameter

(p: P) // method: ConstructorWithTypeParameter:: // jvm signature: (Ljava/lang/Object;)V // generic signature: (TP;)V -// kotlin signature: null +// kotlin signature: (TP;)null