RosettaCodeData/Task/Call-a-function/Java/call-a-function-10.java
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

3 lines
112 B
Java

myMethod(List<String> list){
// If I change the contents of the list here, the caller will see the change
}