[K/N] Support volatile intrinsics on globals
Also, make intrinsics signature more consistent with other intrinsics, e.g. with isInitialized on lateinit field. ^KT-54944
This commit is contained in:
committed by
Space Team
parent
49d286e4e8
commit
6ab00a65dd
+6
@@ -39686,6 +39686,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/volatile/intrinsics.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intrinsicsOnGlobal.kt")
|
||||
public void testIntrinsicsOnGlobal() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/volatile/intrinsicsOnGlobal.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("messagePassing.kt")
|
||||
public void testMessagePassing() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user