Fix local delegated property smartcast usage
This commit is contained in:
+1
-1
@@ -793,7 +793,7 @@ class ClassFileToSourceStubConverter(
|
||||
|
||||
private fun convertAnnotationArgument(constantValue: Any?, value: ResolvedValueArgument?): JCExpression? {
|
||||
val args = value?.arguments?.mapNotNull { it.getArgumentExpression() } ?: emptyList()
|
||||
val singleArg by lazy { args.singleOrNull() }
|
||||
val singleArg = args.singleOrNull()
|
||||
|
||||
if (constantValue.isOfPrimiviteType()) {
|
||||
// Do not inline primitive constants
|
||||
|
||||
Reference in New Issue
Block a user