Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit 97075ea

Browse files
committed
Merge pull request #4312 from lrytz/opt/inlining
Inliner for GenBCode
2 parents 097ab07 + 2f8a19a commit 97075ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/scala/tools/asm/tree/MethodInsnNode.java

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public class MethodInsnNode extends AbstractInsnNode {
4545
/**
4646
* The internal name of the method's owner class (see
4747
* {@link scala.tools.asm.Type#getInternalName() getInternalName}).
48+
* For methods of arrays, e.g., clone(), the array type descriptor.
4849
*/
4950
public String owner;
5051

0 commit comments

Comments
 (0)