mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
move postfix templates to java-impl
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package templates;
|
||||
|
||||
public class Foo {
|
||||
void m() {
|
||||
bar().assert<caret>
|
||||
}
|
||||
|
||||
boolean bar() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user