mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
highlight unresolved method call even with unresoolved arguments
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// unclosed comment
|
||||
/*
|
||||
|
||||
import java.io.*;
|
||||
import java.net.*;
|
||||
|
||||
class a {
|
||||
<error descr="Unclosed comment">}</error>
|
||||
Reference in New Issue
Block a user