aboutsummaryrefslogtreecommitdiff
path: root/example/src
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-11-15 21:44:44 +0100
committerLinnea Gräf <nea@nea.moe>2025-11-15 21:44:44 +0100
commit72be590c0736a0226280c8b68e1f26dadbc861e4 (patch)
treefa00bc8c3d8bbe419c9b7c92587f7cf1c9f69c19 /example/src
parent1ecae2e3ebece9d8a1ae34801d27bd61859dc206 (diff)
downloadmcautotranslations-72be590c0736a0226280c8b68e1f26dadbc861e4.tar.gz
mcautotranslations-72be590c0736a0226280c8b68e1f26dadbc861e4.tar.bz2
mcautotranslations-72be590c0736a0226280c8b68e1f26dadbc861e4.zip
feat: port to 2.2.21HEADmaster
Diffstat (limited to 'example/src')
-rw-r--r--example/src/main/kotlin/test.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/src/main/kotlin/test.kt b/example/src/main/kotlin/test.kt
index c5132d4..b4831f9 100644
--- a/example/src/main/kotlin/test.kt
+++ b/example/src/main/kotlin/test.kt
@@ -24,4 +24,5 @@ fun main() {
println(tr("test3", "Goodbye ${Math.random()} ${Math.E}"))
println(OtherTest().testFunc(10, tr("lol", "Lolnea")))
println(Test2.x())
+ println("non tr test: ${Math.random()}")
}