summaryrefslogtreecommitdiff
path: root/test/files/pos/t9392/client_2.scala
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-07-13 10:46:04 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-07-13 10:46:04 -0700
commit25d7c879b07fce088fa69f5548efedfeecbf537f (patch)
tree1bbbb6dfced74f1c97d507682e419cc204f3cdf5 /test/files/pos/t9392/client_2.scala
parent216e09b3ead43039f2e34a135820ef098c3be74e (diff)
parentfc7cb9a91918cfdf7afe0600a87290ff71f88f12 (diff)
downloadscala-2.12.0-M2.tar.gz
scala-2.12.0-M2.tar.bz2
scala-2.12.0-M2.zip
Merge pull request #4623 from retronym/ticket/9392v2.12.0-M2
SI-9392 Avoid crash in GenBCode for incoherent trees
Diffstat (limited to 'test/files/pos/t9392/client_2.scala')
-rw-r--r--test/files/pos/t9392/client_2.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t9392/client_2.scala b/test/files/pos/t9392/client_2.scala
new file mode 100644
index 0000000000..6b706fea12
--- /dev/null
+++ b/test/files/pos/t9392/client_2.scala
@@ -0,0 +1,4 @@
+class Client {
+ Macro()
+}
+