From 62be5705b91cb233bf922021f102a08bccc95af5 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Tue, 13 Oct 2015 09:52:08 +0200 Subject: Allow @inline/noinline at callsites (in addition to def-site) Allow annotating individual callsites @inline / @noinline using an annotation ascription c.foo(): @inline --- src/reflect/scala/reflect/runtime/JavaUniverseForce.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/reflect/scala/reflect/runtime/JavaUniverseForce.scala') diff --git a/src/reflect/scala/reflect/runtime/JavaUniverseForce.scala b/src/reflect/scala/reflect/runtime/JavaUniverseForce.scala index 1e9a4fe8a5..0132fff17c 100644 --- a/src/reflect/scala/reflect/runtime/JavaUniverseForce.scala +++ b/src/reflect/scala/reflect/runtime/JavaUniverseForce.scala @@ -41,6 +41,8 @@ trait JavaUniverseForce { self: runtime.JavaUniverse => this.ForAttachment this.SyntheticUnitAttachment this.SubpatternsAttachment + this.NoInlineCallsiteAttachment + this.InlineCallsiteAttachment this.noPrint this.typeDebug this.Range -- cgit v1.2.3