Skip to content

Commit 80fa45f

Browse files
committed
Fix expected fest file after rebase
1 parent f1e6b75 commit 80fa45f

File tree

1 file changed

+9
-0
lines changed
  • java/ql/integration-tests/posix-only/kotlin/gradle_kotlinx_serialization

1 file changed

+9
-0
lines changed

java/ql/integration-tests/posix-only/kotlin/gradle_kotlinx_serialization/PrintAst.expected

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,15 @@ app/src/main/kotlin/testProject/App.kt:
735735
# 14| -1: [ThisAccess] $serializer.this
736736
# 14| 0: [TypeAccess] $serializer
737737
# 14| 1: [VarAccess] tmp0_serialDesc
738+
# 14| 7: [Method] typeParametersSerializers
739+
# 14| 3: [TypeAccess] KSerializer<?>[]
740+
# 14| 0: [TypeAccess] KSerializer<?>
741+
# 14| 0: [WildcardTypeAccess] ? ...
742+
# 14| 5: [BlockStmt] { ... }
743+
# 14| 0: [ReturnStmt] return ...
744+
# 14| 0: [MethodAccess] typeParametersSerializers(...)
745+
# 14| -1: [SuperAccess] GeneratedSerializer.super
746+
# 14| 0: [TypeAccess] GeneratedSerializer
738747
# 14| 4: [Class] Companion
739748
# 0| 1: [Method] serializer
740749
# 0| 3: [TypeAccess] KSerializer<X>

0 commit comments

Comments
 (0)