Changeset 7051 for lang/scala
- Timestamp:
- 02/23/08 03:26:46 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/scala/sandbox/src/jp/gr/java_conf/mizu/util/ReflectionWrapper.scala
r7050 r7051 9 9 class Message(var selector :Symbol) { 10 10 var params :Array[Any] = _ 11 def apply(newParams :Any*) :this.type = { 12 this.params = newParams.toArray 13 this 14 } 11 15 } 12 16 implicit def any2Receiver(receiver :Any) :Receiver = new Receiver(receiver)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)