blob: e7c96c8b5dbe5a5539ea35c26168e73841f21200 [file] [log] [blame]
package test;
@function class My {
@function int foo() {
return 1;
}
}