: R|kotlin/Any| {
- public constructor(): R|test/ClassTwoParams
|
+ public constructor(): R|test/ClassTwoParams|
}
diff --git a/compiler/fir/resolve/testData/loadCompiledKotlin/classFun/ClassInParamUsedInFun.txt b/compiler/fir/resolve/testData/loadCompiledKotlin/classFun/ClassInParamUsedInFun.txt
index 257ff4de95e..015085e2c9e 100644
--- a/compiler/fir/resolve/testData/loadCompiledKotlin/classFun/ClassInParamUsedInFun.txt
+++ b/compiler/fir/resolve/testData/loadCompiledKotlin/classFun/ClassInParamUsedInFun.txt
@@ -1,6 +1,6 @@
public final class ClassParamUsedInFun : R|kotlin/Any| {
public final fun f(t: R|T|): R|kotlin/Int|
- public constructor(): R|test/ClassParamUsedInFun|
+ public constructor(): R|test/ClassParamUsedInFun|
}
diff --git a/compiler/fir/resolve/testData/loadCompiledKotlin/visibility/PrivateToThis.txt b/compiler/fir/resolve/testData/loadCompiledKotlin/visibility/PrivateToThis.txt
index 6857efe8f4b..6b0a9f8cf18 100644
--- a/compiler/fir/resolve/testData/loadCompiledKotlin/visibility/PrivateToThis.txt
+++ b/compiler/fir/resolve/testData/loadCompiledKotlin/visibility/PrivateToThis.txt
@@ -15,6 +15,6 @@ public final class A : R|kotlin/Any| {
private/*private to this*/ get(): R|I|
private/*private to this*/ set(value: R|I|): kotlin/Unit
- public constructor(): R|test/A|
+ public constructor(): R|test/A|
}
diff --git a/compiler/fir/resolve/testData/resolve/stdlib/problems.txt b/compiler/fir/resolve/testData/resolve/stdlib/problems.txt
index 9fcf50d1053..d6dd51cb6af 100644
--- a/compiler/fir/resolve/testData/resolve/stdlib/problems.txt
+++ b/compiler/fir/resolve/testData/resolve/stdlib/problems.txt
@@ -36,8 +36,8 @@ FILE: problems.kt
}
public final val t: = String().#
public get():
- public final val p: = #(Int(0), String())
- public get():
+ public final val p: R|kotlin/Pair| = R|kotlin/Pair.Pair|(Int(0), String())
+ public get(): R|kotlin/Pair|
public final class Base : R|kotlin/Any| {
public constructor(x: R|T|): R|Base| {
super()
diff --git a/compiler/testData/ir/irText/expressions/genericConstructorCallWithTypeArguments.fir.txt b/compiler/testData/ir/irText/expressions/genericConstructorCallWithTypeArguments.fir.txt
index 667955c9b0f..ee9f4d02525 100644
--- a/compiler/testData/ir/irText/expressions/genericConstructorCallWithTypeArguments.fir.txt
+++ b/compiler/testData/ir/irText/expressions/genericConstructorCallWithTypeArguments.fir.txt
@@ -15,8 +15,8 @@ FILE fqName: fileName:/genericConstructorCallWithTypeArguments.kt
CONSTRUCTOR_CALL 'public constructor (size: kotlin.Int, init: kotlin.Function1) declared in kotlin.Array' type=kotlin.Array.testArray> origin=null
:
size: GET_VAR 'n: kotlin.Int declared in .testArray' type=kotlin.Int origin=null
- init: FUN_EXPR type=kotlin.Function1 origin=LAMBDA
- FUN LOCAL_FUNCTION_FOR_LAMBDA name: visibility:local modality:FINAL <> (it:kotlin.Int) returnType:T of kotlin.Array
+ init: FUN_EXPR type=kotlin.Function1.testArray> origin=LAMBDA
+ FUN LOCAL_FUNCTION_FOR_LAMBDA name: visibility:local modality:FINAL <> (it:kotlin.Int) returnType:T of .testArray
VALUE_PARAMETER name:it index:0 type:kotlin.Int
BLOCK_BODY
CALL 'public abstract fun invoke (): T of .testArray declared in kotlin.Function0' type=T of .testArray origin=null