mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 16:20:55 +07:00
9 lines
161 B
Java
9 lines
161 B
Java
import java.sql.*;
|
|
import java.util.Date;
|
|
|
|
public class ImportConflict2{
|
|
public static void main(String[] args){
|
|
<caret>Date d = new Date();
|
|
}
|
|
}
|