Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test026/A_in.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test026/A_in.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test026/A_in.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test026/A_in.js
deleted file mode 100644
index cfa4154..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test026/A_in.js
+++ /dev/null
@@ -1,8 +0,0 @@
-// test026
-public class A {
- public void foo() {
- this.longReceiver.someQuiteLongMessageSend("aaaaaaaaaaa","bbbbbbbbbbbbb","cccccccc");
- this.extremlylongReceiverWillCauseTwoSplitActions.someQuiteLongMessageSend("aaaaaaaaaaa","bbbbbbbbbbbbb","cccccccc");
- Alignment expressionsAlignment = this.scribe.createAlignment("expressions", Alignment.M_COMPACT_SPLIT + someMessageSend(Alignment.M_COMPACT_SPLIT, Alignment.M_COMPACT_SPLIT, Alignment.M_COMPACT_SPLIT, Alignment.M_COMPACT_SPLIT),expressionsLength - 1, this.scribe.scanner.currentPosition);
- }
-} \ No newline at end of file

Back to the top