[LC] rename ultraLightClasses to lightClassByPsi
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public final class ClassWithPrivateCtor /* ClassWithPrivateCtor*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.util.Set<java.lang.Integer> property;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.util.Set<java.lang.Integer> getProperty();// getProperty()
|
||||
|
||||
private ClassWithPrivateCtor(java.util.Set<java.lang.Integer>);// .ctor(java.util.Set<java.lang.Integer>)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user