From 9687caa3625d25f8f3f47bfe168f75c0baa4e953 Mon Sep 17 00:00:00 2001 From: Max Schaefer Date: Tue, 9 Jan 2024 16:22:33 +0000 Subject: [PATCH] Add Kotlin tests for `AutomodelApplicationModeExtraction`. --- java/ql/automodel/test/AutomodelApplicationModeExtraction/dc.kt | 1 + 1 file changed, 1 insertion(+) create mode 100644 java/ql/automodel/test/AutomodelApplicationModeExtraction/dc.kt diff --git a/java/ql/automodel/test/AutomodelApplicationModeExtraction/dc.kt b/java/ql/automodel/test/AutomodelApplicationModeExtraction/dc.kt new file mode 100644 index 00000000000..0958139f0ab --- /dev/null +++ b/java/ql/automodel/test/AutomodelApplicationModeExtraction/dc.kt @@ -0,0 +1 @@ +data class ProtoMapValue(val bytes: ByteArray, val strs: Array)