blob: 8a994aab4242c0360fb28aee500f1b82597e6728 [file] [log] [blame]
/**
* class comment
*/
class Foo {
/**
* method comment
* @param f
*/
def <A, B> void abc(def f) {}
void abr() {
abc(null)
}
/**
* field comment
*/
def a, b
}