class Ideone{ public static void main (String[] args) throws java.lang.Exception { int c = 88L; //Copilation fail System.out.println(c); }}
Standard input is empty
Main.java:5: error: incompatible types: possible lossy conversion from long to int int c = 88L; //Copilation fail ^ 1 error
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!