mirror of https://github.com/sbt/sbt.git
starting to convert integration tests
This commit is contained in:
parent
9e080d7418
commit
a9ee49ee1e
|
|
@ -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 }
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue