blob: 0979d493c4fcb9410b58c45ca5b98903277cfc3a [file] [log] [blame]
def method(Date date, String x, Date d) {
}
Date d1=new Date()
def d2=new Date()
String x="ds"
method(d1, x, d<caret>)