summaryrefslogtreecommitdiff
path: root/test/files/pos/t9111-inliner-workaround.flags
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-03-11 11:34:08 -0700
committerLukas Rytz <lukas.rytz@gmail.com>2015-03-11 12:53:36 -0700
commit027e97981d9b6a3783e9ab247cc898017b3de821 (patch)
tree209a0d646f54c14b119924ba55773c382f50a701 /test/files/pos/t9111-inliner-workaround.flags
parent4e982451decdc3821febfe975e1b8e406a3741e8 (diff)
downloadscala-027e97981d9b6a3783e9ab247cc898017b3de821.tar.gz
scala-027e97981d9b6a3783e9ab247cc898017b3de821.tar.bz2
scala-027e97981d9b6a3783e9ab247cc898017b3de821.zip
Workaround for SI-9111
The inliner forces some method symbols to complete that would not be completed otherwise. This triggers SI-9111, in which the completer of a valid Java method definition reports an error in mixed compilation. The workaround disables error reporting while completing lazy method and class symbols in the backend.
Diffstat (limited to 'test/files/pos/t9111-inliner-workaround.flags')
-rw-r--r--test/files/pos/t9111-inliner-workaround.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t9111-inliner-workaround.flags b/test/files/pos/t9111-inliner-workaround.flags
new file mode 100644
index 0000000000..63b5558cfd
--- /dev/null
+++ b/test/files/pos/t9111-inliner-workaround.flags
@@ -0,0 +1 @@
+-Ybackend:GenBCode -Yopt:l:classpath \ No newline at end of file