mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
java: disable AddOnDemandStaticImportAction on broken code where it'd break stub-text consistency otherwise
GitOrigin-RevId: 705892a1471eff7797a1fe2abfcbd320849dd76e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
74fb322770
commit
457c7b42b6
@@ -0,0 +1,10 @@
|
||||
// "Add on-demand static import for 'test.Bar'" "false"
|
||||
package test;
|
||||
|
||||
class Bar {
|
||||
{
|
||||
SomeLambda l =
|
||||
Ba<caret>r.param -> ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user