Eugeny T

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Eugeny T created a post, Context dependent method creation
In IntelliJ IDEA, If I try to call the method that doesn't exist:MyClass myClass = new MyClass();String arg1 = "";int arg2 = 0;int c = myClass.nonExistentMethod(arg1, arg2);the editor offers to cre...