Can be parameter inspection #KT-10819 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package user;
|
||||
|
||||
class User {
|
||||
public static void main(String[] args) {
|
||||
UsedFromJava used = new UsedFromJava(1, 2);
|
||||
System.out.println(used.getZ());
|
||||
System.out.println(used.getW());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user