mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
project & structure view tests to CE
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
package com.package1;
|
||||
|
||||
public class Class1 {
|
||||
|
||||
private String _myField2;
|
||||
|
||||
|
||||
class Inner2{
|
||||
|
||||
}
|
||||
|
||||
int _myField1;
|
||||
|
||||
class Inner1{
|
||||
|
||||
}
|
||||
|
||||
private void __method() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user