KT-27706: Dispatch receiver type for constructor accessor is Object
This commit is contained in:
+5
@@ -12060,6 +12060,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt27705.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27706.kt")
|
||||
public void testKt27706() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt27706.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noAssertionsOnInlineClassBasedOnNullableType.kt")
|
||||
public void testNoAssertionsOnInlineClassBasedOnNullableType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt");
|
||||
|
||||
Reference in New Issue
Block a user