java: disable AddOnDemandStaticImportAction on broken code where it'd break stub-text consistency otherwise

GitOrigin-RevId: 705892a1471eff7797a1fe2abfcbd320849dd76e
This commit is contained in:
Peter Gromov
2020-08-03 14:59:37 +02:00
committed by intellij-monorepo-bot
parent 74fb322770
commit 457c7b42b6
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// "Add on-demand static import for 'test.Bar'" "false"
package test;
class Bar {
{
SomeLambda l =
Ba<caret>r.param -> ();
}
}