Reputation: 24288
I run IntelliJ. Simple project and received println in red.
package test;
public class Main {
public static void main(String[] args) {
System.out.println("Console is.");
}
}
Error:
Cannot resolve method 'println'...
I have checked that in module setting JDK is. What another I should check? Thanks.
Upvotes: 0
Views: 477