mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
GitOrigin-RevId: 873419b519056a436b0a22a2e88fce7da412901d
13 lines
206 B
Java
13 lines
206 B
Java
// "Insert <p>" "false"
|
|
class Test {
|
|
/**
|
|
*<caret>
|
|
* Answer to the ultimate question of life, the universe, and everything
|
|
*
|
|
* @return The number 42
|
|
*/
|
|
int answer() {
|
|
return 42;
|
|
}
|
|
}
|