eygraber
02/20/2024, 5:51 PMactual
modifier, that KsClassDeclaration.isActual
will return false
?Jiaxiang
02/20/2024, 5:56 PMactual
) on the declaration to determine if it is actual.eygraber
02/20/2024, 6:01 PMactual
keyword, KSP should return true
?Jiaxiang
02/20/2024, 6:01 PMeygraber
02/20/2024, 6:02 PMJiaxiang
02/20/2024, 6:02 PMeygraber
02/20/2024, 6:18 PMKSValueParameter
from a KSFunctionDeclaration.parameters
and then calling (type.declaration as KSClassDeclaration).isActual
Jiaxiang
02/20/2024, 6:19 PMtype.declaration
a declaration in the source or library?eygraber
02/20/2024, 6:21 PMKSClassDeclaration
of type.declaration
directly using an annotation, then isActual
is true
even though the declaration is still from a library.Jiaxiang
02/20/2024, 6:22 PMeygraber
02/20/2024, 9:11 PMisActual
as true
.