Synchronizing by values and primitives is forbidden
Signed-off-by: zhelenskiy <zhelenskiy2000@yandex.ru>
This commit is contained in:
committed by
Ilmir Usmanov
parent
877b53201b
commit
ea10b4a781
+6
@@ -16543,6 +16543,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inlineClasses/reservedMembersAndConstructsInsideInlineClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("synchronizedForbidden.kt")
|
||||
public void testSynchronizedForbidden() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inlineClasses/synchronizedForbidden.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsignedLiteralsWithoutArtifactOnClasspath.kt")
|
||||
public void testUnsignedLiteralsWithoutArtifactOnClasspath() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user