Skip to content

Commit

Permalink
fix nullability of TypePath in TypeAnnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Feb 28, 2024
1 parent ce4c218 commit ad5dea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/vorpal/research/kfg/ir/Annotation.kt
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ data class TypeAnnotation(
override val type: Type,
override val values: Map<String, AnnotationConstant>,
val typeRef: Int,
val typePath: TypePath
val typePath: TypePath?
) : AnnotationBase

0 comments on commit ad5dea6

Please sign in to comment.