Tests: references to private/internal primary val of inline class
This commit is contained in:
+10
@@ -12081,6 +12081,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassExtensionVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassInternalPrimaryVal.kt")
|
||||
public void testInlineClassInternalPrimaryVal() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassInternalPrimaryVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassMemberFun.kt")
|
||||
public void testInlineClassMemberFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassMemberFun.kt");
|
||||
@@ -12101,6 +12106,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrimaryVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassPrivatePrimaryVal.kt")
|
||||
public void testInlineClassPrivatePrimaryVal() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassPrivatePrimaryVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassTypeBoundMemberVar.kt")
|
||||
public void testInlineClassTypeBoundMemberVar() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callableReferences/inlineClassTypeBoundMemberVar.kt");
|
||||
|
||||
Reference in New Issue
Block a user