Skip call to the underlying value of inline class
This commit is contained in:
+12
@@ -11451,6 +11451,18 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("referToUnderlyingPropertyInsideInlineClass.kt")
|
||||
public void testReferToUnderlyingPropertyInsideInlineClass() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyInsideInlineClass.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("referToUnderlyingPropertyOfInlineClass.kt")
|
||||
public void testReferToUnderlyingPropertyOfInlineClass() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/inlineClasses/referToUnderlyingPropertyOfInlineClass.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("UIntArraySortExample.kt")
|
||||
public void testUIntArraySortExample() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/inlineClasses/UIntArraySortExample.kt");
|
||||
|
||||
Reference in New Issue
Block a user