Minor cleanup.
This commit is contained in:
parent
c74c748a44
commit
a9f4085786
@ -55,9 +55,4 @@ object PropertyBuilder extends PropertyBuilderLP {
|
||||
def apply[A](default: A)(implicit builder: PropertyBuilder[A]): Property[A, _] = {
|
||||
builder.makeNew(default)
|
||||
}
|
||||
|
||||
val a = this(1)
|
||||
val b = this("hello")
|
||||
val c = this(Set(1, 2))
|
||||
val d = this(false)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user