mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
ClassNameCompletionTest -> community
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class A{
|
||||
void foo() {
|
||||
throw new OurException()<caret>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class A{
|
||||
void foo() {
|
||||
throw new OurNotException.InnerException()<caret>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class A{
|
||||
void foo() {
|
||||
throw new Our<caret>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class A{
|
||||
void foo() {
|
||||
throw new Inner<caret>
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public class OurException extends Throwable{
|
||||
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public class OurNotException {
|
||||
public static class InnerException extends Throwable{
|
||||
}
|
||||
public static class InnerNonException{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user