mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
MethodReturnTypeFix: highlight only return statements when method return type doesn't match expected (IDEA-216275)
GitOrigin-RevId: d5f7dc3b03d68d249ba29532b0e8c0555cae60d6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ba328fd25a
commit
642c65dd11
+1
-1
@@ -1071,7 +1071,7 @@ public abstract class ClassLoader
|
||||
return parent;
|
||||
}
|
||||
|
||||
static ClassLoader <error descr="Invalid return type">createSystemClassLoader</error>(URL[] urls, ClassLoader parent)
|
||||
static ClassLoader createSystemClassLoader(URL[] urls, ClassLoader parent)
|
||||
{
|
||||
return
|
||||
new <error descr="Cannot resolve symbol 'URLClassLoader'">URLClassLoader</error>(urls, parent)
|
||||
|
||||
Reference in New Issue
Block a user