8 lines
88 B
Java
Vendored
8 lines
88 B
Java
Vendored
package test;
|
|
|
|
@function class My {
|
|
|
|
@function int foo() {
|
|
return 1;
|
|
}
|
|
} |