mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
move postfix templates to java-impl
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
void m(Object o) {
|
||||
o.cast<caret>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
void m(Object o) {
|
||||
(() o)<caret>
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
void m(Object o) {
|
||||
bar().cast<caret>
|
||||
}
|
||||
|
||||
void bar() {}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
void m(Object o) {
|
||||
bar().cast <caret>
|
||||
}
|
||||
|
||||
void bar() {}
|
||||
}
|
||||
Reference in New Issue
Block a user