mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 21:50:54 +07:00
11 lines
233 B
Java
11 lines
233 B
Java
// "Create Method 'f'" "true"
|
|
class A {
|
|
{
|
|
assert false: f();
|
|
}
|
|
|
|
private String f() {
|
|
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
|
}
|
|
}
|