[LC] rename ultraLightClasses to lightClassByPsi
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
public final class X /* X*/ {
|
||||
private int v = 1 /* initializer type: int */;
|
||||
|
||||
private int w = 1 /* initializer type: int */;
|
||||
|
||||
public X();// .ctor()
|
||||
|
||||
public final int getW();// getW()
|
||||
|
||||
public final void setV(int);// setV(int)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user