fix yet another PSI internals exception while updating "add on demand static import" intention

This commit is contained in:
peter
2017-07-22 08:05:04 +02:00
parent 510fda4cc4
commit 6c171f8e54
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
// "Add on demand static import for 'test.Foo'" "false"
class Foo {
{
final Stri<caret>ng. s = toString();
}
}