javaide icon indicating copy to clipboard operation
javaide copied to clipboard

"x" cannot be resolved or is not a field

Open Mqster opened this issue 5 years ago • 0 comments
trafficstars

package com.master; public class test {

public static void main(String[] args) {
int x = 5;
test myObj = new test(); System.out.println(myObj.x); } }

Mqster avatar Aug 27 '20 19:08 Mqster