xxx$default() function should be visible from Java
This commit is contained in:
@@ -508,7 +508,7 @@ public class FunctionCodegen extends ParentCodegenAwareImpl {
|
||||
|
||||
Method jvmSignature = signature.getAsmMethod();
|
||||
|
||||
int flags = ACC_PUBLIC | ACC_SYNTHETIC; // TODO.
|
||||
int flags = getVisibilityAccessFlag(functionDescriptor) | getDeprecatedAccessFlag(functionDescriptor);
|
||||
|
||||
Type ownerType;
|
||||
if (contextClass instanceof PackageFragmentDescriptor) {
|
||||
|
||||
Reference in New Issue
Block a user