mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 03:20:56 +07:00
8 lines
143 B
Java
8 lines
143 B
Java
class Test {
|
|
/**
|
|
* @throws <warning>SomeClass</warning> asdfasd
|
|
*/
|
|
public void foo() {}
|
|
|
|
class SomeClass {}
|
|
} |