exception when typing new line near the injection end: PY-22021

This commit is contained in:
Alexey Kudravtsev
2018-04-24 15:22:35 +03:00
parent 72c211c59c
commit 2fa0786c16
@@ -436,7 +436,7 @@ public class PyStringLiteralExpressionImpl extends PyElementImpl implements PySt
@Override
public boolean isOneLine() {
return false;
return true;
}
}