reformatted root.lyng for better readability/2
This commit is contained in:
parent
f66e61c185
commit
73854f21f3
@ -335,7 +335,8 @@ class lazy(creatorParam) : Delegate {
|
||||
}
|
||||
|
||||
override fun getValue(thisRef, name) {
|
||||
if (value == Unset) value = with(thisRef,creator)
|
||||
value
|
||||
if (value == Unset)
|
||||
value = with(thisRef,creator)
|
||||
value
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user