aboutsummaryrefslogtreecommitdiff
path: root/example/src
diff options
context:
space:
mode:
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()}")
}