Visibility can be private: do not perform too expensive search
Also, additional test for usage via accessor was added So #KT-18617 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
public class User {
|
||||
public static int foo(My my) {
|
||||
return my.getParameter();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user