mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
test++
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
public class Bar {
|
||||
public int baz(byte blah) {
|
||||
return <selection>blah + 3</selection>;
|
||||
}
|
||||
}
|
||||
class S extends Bar {
|
||||
public int baz(byte blah) {
|
||||
return super.baz((byte) 0); //To change body of overridden methods use File | Settings | File Templates.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user