Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
12.5
Description
When there is code like this:
class Student { int StudentID; String StudentName; static void main(String[] args) { Student st = new Student(); st.StudentID = 10; } }
the `st.StudentId` doesn't navigate to the field decalations.
Attachments
Issue Links
- links to