In 0.15.0-RC1 the type `Foo` can't be found within the `Foo` object in worksheet mode. ```scala opaque type Foo = String object Foo { def apply(s: String): Foo = s } ```