Searched refs:KSDefNonNullReferenceImpl (Results 1 – 2 of 2) sorted by relevance
11 class KSDefNonNullReferenceImpl private constructor(val ktIntersectionType: KtIntersectionType) : class13 companion object : KSObjectCache<KtIntersectionType, KSDefNonNullReferenceImpl>() {14 fun getCached(ktIntersectionType: KtIntersectionType) = KSDefNonNullReferenceImpl in getCached()15 .cache.getOrPut(ktIntersectionType) { KSDefNonNullReferenceImpl(ktIntersectionType) } in getCached()
115 is KtIntersectionType -> KSDefNonNullReferenceImpl.getCached(typeElement) in <lambda>()