FILE: sequentialLazy.kt public final class Some : R|kotlin/Any| { public constructor(classNames: R|() -> kotlin/collections/Collection|): R|Some| { super() } internal final val first: R|kotlin/collections/Set|by R|kotlin/lazy||>( = lazy@fun (): R|kotlin/collections/Set| { ^ R|/classNames|.R|SubstitutionOverride|>|().R|kotlin/collections/toSet|() } ) internal get(): R|kotlin/collections/Set| { ^ this@R|/Some|.D|/Some.first|.R|kotlin/getValue||>(this@R|/Some|, ::R|/Some.first|) } private final val second: R|kotlin/collections/Set?|by R|kotlin/lazy|?|>( = lazy@fun (): R|kotlin/collections/Set?| { lval nonDeclaredNames: R|kotlin/collections/Set| = this@R|/Some|.R|/Some.getNonDeclaredClassifierNames|() ?: ^@lazy Null(null) lval allNames: R|kotlin/collections/Set| = this@R|/Some|.R|/Some.first|.R|kotlin/collections/plus|(R|/nonDeclaredNames|) ^ R|/allNames| } ) private get(): R|kotlin/collections/Set?| { ^ this@R|/Some|.D|/Some.second|.R|kotlin/getValue|?|>(this@R|/Some|, ::R|/Some.second|) } public final fun getNonDeclaredClassifierNames(): R|kotlin/collections/Set?| { ^getNonDeclaredClassifierNames Null(null) } }