mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
java highlighting tests moved to community
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// single import conflict
|
||||
import java.sql.Date;
|
||||
<error descr="'java.sql.Date' is already defined in a single-type import">import java.util.Date;</error>
|
||||
import java.sql.*;
|
||||
import java.util.*;
|
||||
// multiple single-type import of the same class is fine
|
||||
import java.io.IOException;
|
||||
import java.io.IOException;
|
||||
|
||||
|
||||
public class c {}
|
||||
Reference in New Issue
Block a user