mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
13 lines
206 B
Java
13 lines
206 B
Java
// "Insert <p>" "false"
|
|
class Test {
|
|
/**
|
|
* Answer to the ultimate question of life, the universe, and everything
|
|
*
|
|
* @return The number 42
|
|
*<caret>
|
|
*/
|
|
int answer() {
|
|
return 42;
|
|
}
|
|
}
|