~ubuntu-branches/debian/sid/scala/sid

« back to all changes in this revision

Viewing changes to test/files/run/macro-typecheck-macrosdisabled.check

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg, Mehdi Dogguy, Lucas Satabin, Frank S. Thomas, Emmanuel Bourg
  • Date: 2015-06-05 23:52:59 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20150605235259-wk00vgk83dh8o19g
Tags: 2.10.5-1
* Team upload.

[ Mehdi Dogguy ]
* New upstream release (Closes: #744278).

[ Lucas Satabin ]
* Update patches
* Update the clean target
* Update paths of elements to install
* Update watch file

[ Frank S. Thomas ]
* Remove myself from Uploaders.

[ Emmanuel Bourg ]
* The package has been adopted by the Java Team (Closes: #754935)
* Patched the build to avoid downloading libraries from the Internet
* Replaced the minified JavaScript files with unobfuscated ones
* No longer build scala-partest.jar until diffutils is packaged or replaced
* debian/watch: Fixed the versions matched (x.y.z instead of x.y.z..z)
* debian/rules:
  - Added the missing get-orig-source target (Closes: #724704)
  - Improved the clean target
* debian/control:
  - Build depend on scala (>= 2.10) and bnd
  - Use canonical URLs for the Vcs-* fields
  - Standards-Version updated to 3.9.6 (no changes)
* Switch to debhelper level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  val $u: reflect.runtime.universe.type = scala.reflect.runtime.`package`.universe;
 
3
  val $m: $u.Mirror = scala.reflect.runtime.`package`.universe.runtimeMirror(this.getClass().getClassLoader());
 
4
  $u.Expr.apply[Int(2)]($m, {
 
5
    final class $treecreator1 extends TreeCreator {
 
6
      def <init>(): $treecreator1 = {
 
7
        $treecreator1.super.<init>();
 
8
        ()
 
9
      };
 
10
      def apply[U >: Nothing <: scala.reflect.api.Universe with Singleton]($m$untyped: scala.reflect.api.Mirror[U]): U#Tree = {
 
11
        val $u: U = $m$untyped.universe;
 
12
        val $m: $u.Mirror = $m$untyped.asInstanceOf[$u.Mirror];
 
13
        $u.Literal.apply($u.Constant.apply(2))
 
14
      }
 
15
    };
 
16
    new $treecreator1()
 
17
  })($u.TypeTag.apply[Int(2)]($m, {
 
18
    final class $typecreator2 extends TypeCreator {
 
19
      def <init>(): $typecreator2 = {
 
20
        $typecreator2.super.<init>();
 
21
        ()
 
22
      };
 
23
      def apply[U >: Nothing <: scala.reflect.api.Universe with Singleton]($m$untyped: scala.reflect.api.Mirror[U]): U#Type = {
 
24
        val $u: U = $m$untyped.universe;
 
25
        val $m: $u.Mirror = $m$untyped.asInstanceOf[$u.Mirror];
 
26
        $u.ConstantType.apply($u.Constant.apply(2))
 
27
      }
 
28
    };
 
29
    new $typecreator2()
 
30
  }))
 
31
}
 
32
ru.reify[Int](2)