starting to convert integration tests

This commit is contained in:
Mark Harrah 2011-02-22 22:36:48 -05:00
parent 9e080d7418
commit a9ee49ee1e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package xsbti package xsbti
object f0 object g0
{ {
def apply[T](s: => T) = new F0[T] { def apply = s } def apply[T](s: => T) = new F0[T] { def apply = s }
} }