mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
assert statement: description should be of string type (IDEA-58067)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "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>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Create Method 'f'" "true"
|
||||
class A {
|
||||
{
|
||||
assert false: f<caret>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user