Use proper KotlinType in get/set methods for property reference
This commit is contained in:
+20
@@ -10100,6 +10100,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/inlineClassEqualityShouldUseTotalOrderForFloatingPointData.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassFunctionInvoke.kt")
|
||||
public void testInlineClassFunctionInvoke() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/inlineClassFunctionInvoke.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassPropertyReferenceGetAndSet.kt")
|
||||
public void testInlineClassPropertyReferenceGetAndSet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/inlineClassPropertyReferenceGetAndSet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassValuesInsideStrings.kt")
|
||||
public void testInlineClassValuesInsideStrings() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/inlineClassValuesInsideStrings.kt");
|
||||
@@ -10135,6 +10145,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt25246.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25750.kt")
|
||||
public void testKt25750() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt25750.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25771.kt")
|
||||
public void testKt25771() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt25771.kt");
|
||||
@@ -19840,6 +19855,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/iterateOverListOfBoxedUnsignedValues.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25784.kt")
|
||||
public void testKt25784() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt25784.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("signedToUnsignedLiteralConversion.kt")
|
||||
public void testSignedToUnsignedLiteralConversion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt");
|
||||
|
||||
+20
@@ -11160,6 +11160,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/inlineClassEqualityShouldUseTotalOrderForFloatingPointData.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassFunctionInvoke.kt")
|
||||
public void testInlineClassFunctionInvoke() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/inlineClassFunctionInvoke.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassPropertyReferenceGetAndSet.kt")
|
||||
public void testInlineClassPropertyReferenceGetAndSet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/inlineClassPropertyReferenceGetAndSet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassValuesInsideStrings.kt")
|
||||
public void testInlineClassValuesInsideStrings() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/inlineClassValuesInsideStrings.kt");
|
||||
@@ -11195,6 +11205,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt25246.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25750.kt")
|
||||
public void testKt25750() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt25750.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25771.kt")
|
||||
public void testKt25771() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt25771.kt");
|
||||
@@ -20900,6 +20915,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/iterateOverListOfBoxedUnsignedValues.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25784.kt")
|
||||
public void testKt25784() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt25784.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("signedToUnsignedLiteralConversion.kt")
|
||||
public void testSignedToUnsignedLiteralConversion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt");
|
||||
|
||||
Reference in New Issue
Block a user