aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firm/Codec.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-26 22:24:11 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-26 22:24:11 +0100
commit330e928697d6d3df6d837b7ef2b66e329592eeca (patch)
treeb1c203e386ff993c04b003188425288ee27366f8 /src/main/kotlin/moe/nea/firm/Codec.kt
downloadreproduction-infinite-compile-330e928697d6d3df6d837b7ef2b66e329592eeca.tar.gz
reproduction-infinite-compile-330e928697d6d3df6d837b7ef2b66e329592eeca.tar.bz2
reproduction-infinite-compile-330e928697d6d3df6d837b7ef2b66e329592eeca.zip
init
Diffstat (limited to 'src/main/kotlin/moe/nea/firm/Codec.kt')
-rw-r--r--src/main/kotlin/moe/nea/firm/Codec.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/firm/Codec.kt b/src/main/kotlin/moe/nea/firm/Codec.kt
new file mode 100644
index 0000000..1c19de4
--- /dev/null
+++ b/src/main/kotlin/moe/nea/firm/Codec.kt
@@ -0,0 +1,5 @@
+package moe.nea.firm
+
+interface Codec<T> {
+
+}