aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-10-05 18:01:29 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-10-05 18:02:12 +0200
commite0a14e7939eda6a7f4914831975b2ac8877696f2 (patch)
tree5e93d7743855e8c93697cdf5f460ffa99692aa5c /tests/pos
parent215b97c22bd85fb807896fc03ffaab22c0748414 (diff)
downloaddotty-e0a14e7939eda6a7f4914831975b2ac8877696f2.tar.gz
dotty-e0a14e7939eda6a7f4914831975b2ac8877696f2.tar.bz2
dotty-e0a14e7939eda6a7f4914831975b2ac8877696f2.zip
Add InlineBytecodeTests to check that inline really works
Diffstat (limited to 'tests/pos')
-rw-r--r--tests/pos/inlineUnit.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/pos/inlineUnit.scala b/tests/pos/inlineUnit.scala
deleted file mode 100644
index e4f135db7..000000000
--- a/tests/pos/inlineUnit.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object Test {
- inline def foo: Int = 1
-
- def test: Unit = {
- foo
- }
-}