mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
11 lines
116 B
Java
Vendored
11 lines
116 B
Java
Vendored
package foo;
|
|
|
|
public class A {
|
|
/**
|
|
* @return TEST
|
|
*/
|
|
public int foo() {
|
|
return 1;
|
|
}
|
|
}
|