blob: 081a631fc6ce3d7e8694f6e2b2033ea3ea67a948 [file] [log] [blame]
<caret>def foo(String anObject) {
print(anObject)
}
foo('a' + 1)