//this file tests method definitions//this file is correctclass MethodTest { Int formal () {} Null formal (Int id) {return id} formal formal (Int id, Int id) {ident;} }formal