м
This commit is contained in:
parent
0fd5fb0be7
commit
3ef02ad450
@ -27,10 +27,9 @@ class SBPattern private constructor(
|
||||
val names: ImmutableSet<String>
|
||||
) {
|
||||
val value by lazy { resolve { null } }
|
||||
val hasNames get() = names.isNotEmpty()
|
||||
|
||||
override fun toString(): String {
|
||||
return "SBPattern[$raw]"
|
||||
return "SBPattern[$raw, $params]"
|
||||
}
|
||||
|
||||
override fun equals(other: Any?): Boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user