RosettaCodeData/Task/Call-a-function/Java/call-a-function-18.java
2023-07-01 13:44:08 -04: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
}